receiveFCMNotificationResponse method

void receiveFCMNotificationResponse(
  1. RemoteMessage message
)

Implementation

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