doesBucketExist method

Future<bool> doesBucketExist(
  1. String bucket
)

Implementation

Future<bool> doesBucketExist(String bucket) {
  return cosApi.doesBucketExist(serviceKey, bucket);
}