isKindOfcom_amap_api_maps_model_LatLngBounds method

Future<bool> isKindOfcom_amap_api_maps_model_LatLngBounds ()
inherited

Implementation

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