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