Implement push commands
This commit is contained in:
parent
7f644672e0
commit
8ba5641591
2 changed files with 55 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import 'package:firebase_crashlytics/firebase_crashlytics.dart';
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:rate_my_app/rate_my_app.dart';
|
||||
import 'package:traccar_client/geolocation_service.dart';
|
||||
import 'package:traccar_client/push_service.dart';
|
||||
import 'package:traccar_client/quick_actions.dart';
|
||||
|
||||
import 'l10n/app_localizations.dart';
|
||||
|
|
@ -16,6 +17,7 @@ void main() async {
|
|||
await Preferences.init();
|
||||
await Preferences.migrate();
|
||||
await GeolocationService.init();
|
||||
await PushService.init();
|
||||
runApp(const MainApp());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue