isKindOfcom_autonavi_ae_gmap_gloverlay_GLOverlayTexture method

Future<bool> isKindOfcom_autonavi_ae_gmap_gloverlay_GLOverlayTexture ()
inherited

Implementation

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