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