logout abstract method

Future<void> logout(
  1. String hubUrl
)

Removes the saved login for hubUrl. If it is the active connection, the connection is closed.

Implementation

Future<void> logout(String hubUrl);