handleChatNotification method

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

Implementation

@override
Future<void> handleChatNotification(
    Map<String, dynamic> remoteMessageData) async {
  _checkConfig();
  await ChatPluginFlutterPlatform.instance
      .handleChatNotification(remoteMessageData);
}