markDismissed method

void markDismissed()

Implementation

void markDismissed() {
  state = state.copyWith(invitationsDismissed: true);
}