menu
ami_client_plus package
documentation
ami_client.dart
BaseActions
logoff method
logoff method
dark_mode
light_mode
logoff
method
Future
<
Response
?
>
logoff
(
)
Implementation
Future<Response?> logoff() { return sendAction('Logoff'); }
ami_client_plus package
documentation
ami_client
BaseActions
logoff method
BaseActions mixin