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