sendFirebasePushNotification method
Implementation
@override
Future<void> sendFirebasePushNotification(
Map<String, dynamic> message) async {
await methodChannel.invokeMethod<String>(
'sendFirebasePushNotification', {'data': message});
return;
}