reset method

void reset()
inherited

Reset the strategy

Implementation

void reset() {
  _callback = Completer<Object?>();
}