better app initialization with bangs

This commit is contained in:
Fabian Freund
2024-06-12 08:37:58 +02:00
parent b1e2b65a0c
commit 9bd30208b3
5 changed files with 133 additions and 44 deletions
@@ -44,10 +44,6 @@ class SessionService extends _$SessionService {
await webViewLoaded.future.whenComplete(() => headlessWebView..dispose());
}
void initializationDone() {
state = true;
}
@override
bool build() => false;
void build() {}
}