handleNotification method

Future<void> handleNotification(
  1. Map<String, dynamic> map
)

Implementation

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