static Future<String> getFCMToken() async { final fcmToken = await PushNotifAndroid.getDeviceToken(); return fcmToken; }