dispose static method

void dispose()

Implementation

static void dispose() {
  _count = 0;
  _onCheckUpgrade.close();
  _postCaught = false;
}