Flutter: List all buckets | Supabase Docs (original) (raw)

Retrieves the details of all Storage buckets within an existing product.

Examples

List buckets

final List<Bucket> buckets = await supabase
  .storage
  .listBuckets();