Add SimDataScreen
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import 'dart:developer';
|
||||
|
||||
import 'package:firebase_core/firebase_core.dart';
|
||||
import 'package:firebase_messaging/firebase_messaging.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
@@ -7,6 +9,7 @@ import 'firebase_options.dart';
|
||||
|
||||
import 'product/lang/l10n/app_localizations.dart';
|
||||
import 'product/services/api_services.dart';
|
||||
import 'product/services/notification_services.dart';
|
||||
import 'product/services/theme_services.dart';
|
||||
import 'product/services/language_services.dart';
|
||||
import 'bloc/main_bloc.dart';
|
||||
@@ -146,7 +149,7 @@ class _MyAppState extends State<MyApp> {
|
||||
// // notificationServices.firebaseInit(context);
|
||||
// // notificationServices.setupInteractMessage();
|
||||
// notificationServices.getDeviceToken().then((token){
|
||||
// print("Firebase Token: $token");
|
||||
// log("Firebase Token: $token");
|
||||
// sendNotificationToken(token);
|
||||
// });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user