resetAll static method

void resetAll()

Implementation

static void resetAll() {
  sgr(0);
  _currentTextColor = null;
  _currentBackgroundColor = null;
}