WebView UI experiment 001

This commit is contained in:
Yegor Vialov
2020-02-11 14:02:32 +00:00
parent f26f3e87c7
commit 8a80d0c5d1
4 changed files with 61 additions and 22 deletions

View File

@ -20,6 +20,7 @@ class ConnectionManager {
String oauthUrl;
String webhookId;
bool useLovelace = true;
bool useWebView = true;
bool settingsLoaded = false;
bool get isAuthenticated => _token != null;
StreamSubscription _socketSubscription;