feat: Sembast store

This commit is contained in:
Krille Fear 2021-11-11 18:09:04 +01:00
commit aebe4d30c0
7 changed files with 273 additions and 39 deletions

View file

@ -37,7 +37,7 @@ void main() async {
Zone.current.handleUncaughtError(details.exception, details.stack);
final clients = await ClientManager.getClients();
Logs().level = kDebugMode ? Level.debug : Level.warning;
Logs().level = kReleaseMode ? Level.info : Level.verbose;
if (PlatformInfos.isMobile) {
BackgroundPush.clientOnly(clients.first);