resetInstance static method

void resetInstance()

重置单例实例

Implementation

static void resetInstance() {
  _instance?.clear();
  _instance = null;
}