Kotlin: Check if file exists

Checks the existence of a file.

Parameters

Examples

Check file existence

val exists = supabase.storage.from("avatars").exists("folder/avatar1.png")