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