onEventEmitted method

void onEventEmitted(
  1. BuildContext context,
  2. VM model,
  3. EVENT event
)

The callback that is called everytime the ViewModel.eventStream emits a new value

Implementation

void onEventEmitted(BuildContext context, VM model, EVENT event) {}