logout method

Future<Null> logout()

Implementation

Future<Null> logout() async {
  await api.voidToken();
  info = null;
}