dispose method
void
dispose()
Should be called whenever the widget that created this AuthenticationController instance is disposed of.
Implementation
void dispose() {
_stateStreamController.close();
}
Should be called whenever the widget that created this AuthenticationController instance is disposed of.
void dispose() {
_stateStreamController.close();
}