logoff method

Future<Response?> logoff()

Implementation

Future<Response?> logoff() {
  return sendAction('Logoff');
}