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