reset method

void reset()

Reset singleton

Implementation

void reset() {
  if (_isDebug) {
    _instance = GlobalStore._internal();
  }
}