receivePushNotification method
Implementation
@override
Future<bool?> receivePushNotification(
Map<String, dynamic> content,
) {
return methodChannel.invokeMethod('receivePushNotification', {
'content': content,
});
}
@override
Future<bool?> receivePushNotification(
Map<String, dynamic> content,
) {
return methodChannel.invokeMethod('receivePushNotification', {
'content': content,
});
}