Creates a new Storage bucket
buckets
permissions: insert
objects
permissions: noneA unique identifier for the bucket you are creating.
A parameter to optionally make the bucket public.
final String bucketId = await supabase
.storage
.createBucket('avatars');