handleNotification method

  1. @override
Future<void> handleNotification(
  1. Map<String, dynamic> data
)
override

Implementation

@override
Future<void> handleNotification(Map<String, dynamic> data) async {
  await methodChannel.invokeMethod('handleNotification', data);
}