Kotlin: Create a bucket

Examples

Create bucket

supabase.storage.createBucket(name = "icons", id = "icons") \{
    public = true
    fileSizeLimit = 5.megabytes
\}