willHandleBackgroundNotifications method

Future<bool?> willHandleBackgroundNotifications(
  1. Map<String, dynamic> notificationData
)

Implementation

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