bucketExists abstract method
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);