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