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