evaluateNotices method

void evaluateNotices(
  1. StatusNoticeContext context
)

Evaluate notices against the given context and update state.

Implementation

void evaluateNotices(StatusNoticeContext context) {
  activeNotices.value = getActiveNotices(context);
}