ascom_autonavi_ae_gmap_gloverlay_GLOverlayBundle_GLAmapFocusHits method

Future<com_autonavi_ae_gmap_gloverlay_GLOverlayBundle_GLAmapFocusHits> ascom_autonavi_ae_gmap_gloverlay_GLOverlayBundle_GLAmapFocusHits ()
inherited

Implementation

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