dispose static method
void
dispose()
Dispose the addon to free up resources.
Implementation
static void dispose() {
_authListener?.cancel();
}
Dispose the addon to free up resources.
static void dispose() {
_authListener?.cancel();
}