logout method

Future logout()

Implementation

Future logout() async {
  await supabase.auth.signOut();
}