overlayFullScreenStart method

void overlayFullScreenStart()

Implementation

void overlayFullScreenStart() {
  //TODO: this doesn't work perfectly yet with the new list of widgets
  logd('overlayFullScreenStart');
  emitSafe(
    state.copyWith(appStatus: AppStatus.overlyFullScreen),
  );
}