dispose method
void
dispose()
Releases the observables this controller owns.
Implementation
void dispose() {
loadingProgress.dispose();
state.dispose();
}
Releases the observables this controller owns.
void dispose() {
loadingProgress.dispose();
state.dispose();
}