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