handleChatNotification method

  1. @override
Future<void> handleChatNotification(
  1. Map<String, dynamic> remoteMessageData
)
override

Implementation

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