getNotification property

Future<NotificationBean> getNotification

Gets other push notifications

Implementation

Future<NotificationBean> get getNotification {
  return _platform.getNotification;
}