overrideProgress method

void overrideProgress()

Provided for functions whose callBack actions complete immediately.

Implementation

void overrideProgress() {
  _state!.overrideState();
}