dispose static method

void dispose()

Dispose the addon to free up resources.

The onAuthStateChange stream can not be used after this method is called.

Implementation

static void dispose() {
  _authController.close();
}