handleNotificationClick method

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

Implementation

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