getNotification property
Future<NotificationBean>
get
getNotification
Gets other push notifications
Implementation
Future<NotificationBean> get getNotification {
return _platform.getNotification;
}
Gets other push notifications
Future<NotificationBean> get getNotification {
return _platform.getNotification;
}