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