signOut method

Future<void> signOut()

Sign out the current user.

Implementation

Future<void> signOut() async {
  token = null;
}