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