🏠DartAuthauth.user()On this pageauth.user()Returns the user data, if there is a logged in user.Dartfinal user = supabase.auth.user();ExamplesGet the logged in userDartfinal user = supabase.auth.user();