dispose method
disposes of the model releasing resources and removing bindings
Implementation
@override
dispose() {
super.dispose();
removeAllListeners();
}
disposes of the model releasing resources and removing bindings
@override
dispose() {
super.dispose();
removeAllListeners();
}