logout method

Future<void> logout()

logout.

Implementation

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