selectFlash method

void selectFlash()

Implementation

void selectFlash() {
  _appBar = 1;
  appBarController.sink.add(true);
}