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;
Signs out the current user, if there is a logged in user.
final res = await supabase.auth.signOut();
final error = res.error;
Need some help?
Contact supportLastest product updates?
See ChangelogSomething's not right?
Check system status