ascom_autonavi_ae_gmap_gloverlay_GLOverlay method

Future<com_autonavi_ae_gmap_gloverlay_GLOverlay> ascom_autonavi_ae_gmap_gloverlay_GLOverlay ()
inherited

Implementation

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