dispose method

void dispose()

Clean-up the authenticator and dispose all handlers.

Implementation

void dispose() {
  _handlers.clear();
}