clearListeners method
Clears all listeners from the property
Implementation
@override
void clearListeners() {
listeners.clear();
rootViewModelInstance.removeCallback(this);
}
Clears all listeners from the property
@override
void clearListeners() {
listeners.clear();
rootViewModelInstance.removeCallback(this);
}