removeStatusListener method
Removes a status listener.
Implementation
void removeStatusListener(DoughStatusCallback callback) {
_statusListeners.remove(callback);
}
Removes a status listener.
void removeStatusListener(DoughStatusCallback callback) {
_statusListeners.remove(callback);
}