logout method

Future<bool> logout()

Implementation

Future<bool> logout() async {
  return await ApiService.clearKwikpassSession();
}