reset static method

void reset()

Reset the platform services instance (useful for testing).

Implementation

static void reset() {
  _instance = null;
}