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