On this pageauth.signOut()Signs out the current user, if there is a logged in user.final res = await supabase.auth.signOut();final error = res.error;ExamplesSign outfinal res = await supabase.auth.signOut();final error = res.error;