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