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