asMAUserLocation method

Future<MAUserLocation> asMAUserLocation ()
inherited

Implementation

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