Flutter: Create a bucket

Creates a new Storage bucket

Examples

Create bucket

final String bucketId = await supabase
  .storage
  .createBucket('avatars');