Home

Sign out a user

Signs out the current user, if there is a logged in user.


final res = await supabase.auth.signOut();

final error = res.error;