handleNotificationIntent method

Future<void> handleNotificationIntent(
  1. Map<String, dynamic> data
)

Implementation

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