Kotlin: Move an existing file

Examples

Move file

val bucket = supabase.storage["avatars"]
bucket.move("icon1.png", "icon2.png")