destroy static method

void destroy()

Destroys the singleton instance

Implementation

static void destroy() {
  _instance = null;
}