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