willHandleForegroundNotifications method

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

Implementation

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