logout method

Future<Response> logout()

Implementation

Future<Response> logout() {
  return client.post('/user/logout', null);
}