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