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