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