asMAShape method

Future<MAShape> asMAShape ()
inherited

Implementation

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