getNotificationList method

  1. @override
Future getNotificationList()
override

Implementation

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