logout method

Future<void> logout()

Logs the user out.

Implementation

Future<void> logout() => _postMessage('logout');