handleChatNotification method

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

Implementation

Future<void> handleChatNotification(Map<String, dynamic> remoteMessageData) {
  throw UnimplementedError(
      'handleChatNotification() has not been implemented.');
}