bucketExists abstract method

Future<bool> bucketExists(
  1. String bucketName
)

Check whether a cloud storage bucket exists.

Checks whether the bucket named bucketName exists.

Returns a Future which completes with true if the bucket exists.

Implementation

Future<bool> bucketExists(String bucketName);