feat: Sembast store
This commit is contained in:
parent
aff3a48147
commit
aebe4d30c0
7 changed files with 273 additions and 39 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue