handleForegroundNotifications method

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

Implementation

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