handlePushNotificationOpenedWithContent method

void handlePushNotificationOpenedWithContent(
  1. Map content
)

Implementation

void handlePushNotificationOpenedWithContent(Map<dynamic, dynamic> content) {
  throw UnimplementedError(
      'handlePushNotificationOpenedWithContent() has not been implemented.');
}