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