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