Flutter: Retrieve a bucket | Supabase Docs (original) (raw)

Retrieves the details of an existing Storage bucket.

Parameters

(Required)
The unique identifier of the bucket you would like to retrieve.

Examples

Get bucket

final Bucket bucket = await supabase
  .storage
  .getBucket('avatars');