flashON method

void flashON()

Implementation

void flashON() {
  _flash = true;
  notifyListeners();
}