Download a file
Downloads a file.
- Policy permissions required:
buckets
permissions: noneobjects
permissions:select
final Uint8List file = await supabase
.storage
.from('avatars')
.download('avatar1.png');
Downloads a file.
buckets
permissions: noneobjects
permissions: select
final Uint8List file = await supabase
.storage
.from('avatars')
.download('avatar1.png');