dispose static method

void dispose()

Dispose the addon to free up resources.

Implementation

static void dispose() {
  _authListener?.cancel();
}