getClickedNotification method

  1. @override
Future getClickedNotification()
override

Implementation

@override
Future getClickedNotification() async {

  try {
    return await channel.invokeMethod('getClickedNotification');
  } catch (error) {
    return;
  }

}