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