isKindOfcom_autonavi_ae_gmap_GLMapRender method

Future<bool> isKindOfcom_autonavi_ae_gmap_GLMapRender ()
inherited

Implementation

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