Add SimDataScreen
This commit is contained in:
@@ -36,7 +36,7 @@ class NotificationServices {
|
||||
|
||||
Future<String> getDeviceToken() async {
|
||||
print("GET FB TOKEN");
|
||||
String? token = await messaging.getAPNSToken();
|
||||
String? token = await messaging.getToken();
|
||||
print("GET FB: ${token}");
|
||||
return token!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user