reset method

void reset()

Reset the service (useful for testing)

Implementation

void reset() {
  _config = null;
  _provider = null;
  _instance = null;
}