Flutter: Delete files in a bucket

Deletes files within the same bucket

Parameters

Examples

Delete file

final List<FileObject> objects = await supabase
  .storage
  .from('avatars')
  .remove(['avatar1.png']);