receiveFCMNotificationResponse method
void
receiveFCMNotificationResponse(
- RemoteMessage message
Implementation
void receiveFCMNotificationResponse(RemoteMessage message) {
verbose("Opened FCM Notification: ${message.data}");
receiveNotificationResponse(jsonEncode(message.data));
}