onEventEmitted method
The callback that is called everytime the ViewModel.eventStream emits a new value
Implementation
void onEventEmitted(BuildContext context, VM model, EVENT event) {}
The callback that is called everytime the ViewModel.eventStream emits a new value
void onEventEmitted(BuildContext context, VM model, EVENT event) {}