unread method

Future<int> unread()

Implementation

Future<int> unread() async{int val= await Mesibo.getInternal().setProfileUnread(super.hash_id) as int;return Future<int>.value(val);}