asMAUserLocationRepresentation method
inherited
Implementation
Future<MAUserLocationRepresentation> asMAUserLocationRepresentation() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMAUserLocationRepresentation', {'refId': refId});
return MAUserLocationRepresentation()..refId = result;
}