getNotificationList method

Future getNotificationList()

Implementation

Future<dynamic> getNotificationList() async {
  var notificationList = await FluttersamplepluginPlatform.instance
      .getNotificationList();
  return notificationList;
}