handleReceivedMessage method
Future<void>
handleReceivedMessage(
- Map notificationData,
- dynamic callback(
- FlyResponse response
This method is used to handle the FCM Push Notification Payload.
Implementation
Future<void> handleReceivedMessage(
Map notificationData, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}