update method
Executes fnUpdate
, and notify the listeners about to update.
Implementation
@mustCallSuper
void update([Function? callback]) {
return super.update(callback ?? () {});
}
Executes fnUpdate
, and notify the listeners about to update.
@mustCallSuper
void update([Function? callback]) {
return super.update(callback ?? () {});
}