menu
carp_webservices package
documentation
carp_services/carp_services.dart
CarpService
logout method
logout method
dark_mode
light_mode
logout
method
Future
<
void
>
logout
(
)
Logout from CARP
Implementation
Future<void> logout() async { _currentUser = null; }
carp_webservices package
documentation
carp_services/carp_services
CarpService
logout method
CarpService class