logout method

Future<void> logout()

Method for log out

Implementation

Future<void> logout() async {
  await api.logout();
}