Deletes files within the same bucket
buckets
permissions: noneobjects
permissions: delete
and select
A list of files to delete, including the path and file name. For example ['folder/image.png'].
final List<FileObject> objects = await supabase
.storage
.from('avatars')
.remove(['avatar1.png']);