@override Future<void> enablePushNotification(String fcmToken) async { await methodChannel.invokeMethod('enablePushNotification', { 'fcmToken': fcmToken, }); }