dispose method
Function used in disposing current component state, and disposing of any broadcast streams used in the process.
Implementation
@override
void dispose() {
_stateController.close();
}
Function used in disposing current component state, and disposing of any broadcast streams used in the process.
@override
void dispose() {
_stateController.close();
}