reset method

void reset()

Reset the strategy

Implementation

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