logOut abstract method

Future<void> logOut(
  1. AuthUser<T> user
)

Log the given user out of a service

Must also clear any cookies or log-in state related to the user

Implementation

Future<void> logOut(AuthUser<T> user);