hasValue method

Future<bool> hasValue(
  1. String name
)

Implementation

Future<bool> hasValue(String name) async{bool val= await Mesibo.getInternal().hasProfileValue(super.hash_id,name) as bool;return Future<bool>.value(val);}