resetInstance static method

void resetInstance()

Implementation

static void resetInstance() {
  _instance?.dispose();

  _instance = null;
}