getNotification method

  1. @override
Future getNotification()
override

Implementation

@override
Future<dynamic> getNotification() async {
  var nList = await methodChannel.invokeMethod('getNotifications');
 return nList;
}