mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 02:04:18 +01:00
login and keys manage
This commit is contained in:
@@ -86,6 +86,9 @@ class _MyApp extends State<MyApp> {
|
||||
ListenableProvider<WebProvider>.value(
|
||||
value: webProvider,
|
||||
),
|
||||
ListenableProvider<KeyProvider>.value(
|
||||
value: keyProvider,
|
||||
),
|
||||
],
|
||||
child: MaterialApp(
|
||||
builder: BotToastInit(),
|
||||
|
||||
Reference in New Issue
Block a user