Lists all the files within a bucket.
buckets
permissions: noneobjects
permissions: select
The folder path.
Options for the search operations such as limit and offset.
final List<FileObject> objects = await supabase
.storage
.from('avatars')
.list();