handleNotificationReceived method

Future<bool> handleNotificationReceived(
  1. Map<String, dynamic> userInfo
)

Implementation

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