logout method

Future<void> logout()

Logout from CARP

Implementation

Future<void> logout() async {
  _currentUser = null;
}