logout method

Future<void> logout()

Logs out the user

Implementation

Future<void> logout() {
  return authenticator.logout();
}