handleChatNotification method
Implementation
@override
Future<void> handleChatNotification(
Map<String, dynamic> remoteMessageData) async {
await methodChannel.invokeMethod(
'handleChatNotification', remoteMessageData);
}
@override
Future<void> handleChatNotification(
Map<String, dynamic> remoteMessageData) async {
await methodChannel.invokeMethod(
'handleChatNotification', remoteMessageData);
}