handleBackgroundNotifications method

Future<void> handleBackgroundNotifications(
  1. Map<String, dynamic> notificationData
)

Implementation

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