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