getNotification property

Future<NotificationBean> getNotification

Implementation

Future<NotificationBean> get getNotification async {
  String str = await mConnconst.invokeMethod('getNotification');
  return notificationBeanFromJson(str);
}