all constant

List<String> const all

Implementation

static const List<String> all = [
  // ProApiSubbable.currentPlaylist,
  // ProApiSubbable.activeAnnouncementTimeline,

  ProApiSubbable.captureStatus,
  ProApiSubbable.layersStatus,
  ProApiSubbable.currentLook,

  ProApiSubbable.slideStatus,
  ProApiSubbable.currentSlideIndex,
  ProApiSubbable.currentPresentation,
  ProApiSubbable.activePresentationTimeline,
  ProApiSubbable.focusedPresentationTimeline,

  ProApiSubbable.messages,
  ProApiSubbable.screens,

  ProApiSubbable.stageMessage,
  ProApiSubbable.stageScreens,
  ProApiSubbable.audienceScreens,

  ProApiSubbable.allTimers,
  ProApiSubbable.currentTimers,

  /// reports an update every second
  ProApiSubbable.systemTime,

  /// reports an update every second even if no change
  ProApiSubbable.videoCountdown,
];