getClickedNotification method

  1. @override
Future getClickedNotification()
override

Implementation

@override
Future getClickedNotification() async {
  return await channel.invokeMethod('getClickedNotification');
}