asMAGroundOverlay method

Future<MAGroundOverlay> asMAGroundOverlay ()
inherited

Implementation

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