reset static method

  1. @visibleForTesting
void reset()

Used when unit testing and we are re-using the current process.

Implementation

@visibleForTesting
static void reset() {
  _self = Settings.init();
  _self!.selectedFlags.clear();
  _self!._dcliPath = null;
  _self!._dcliBinPath = null;
}