reset static method

void reset()

Reset instance (for testing)

Implementation

static void reset() {
  _instance?._dispose();
  _instance = null;
}