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