onEventEmitted property
The callback that is called everytime the ViewModel.eventStream emits a new value
Implementation
final void Function(BuildContext, VM, EVENT)? onEventEmitted;
The callback that is called everytime the ViewModel.eventStream emits a new value
final void Function(BuildContext, VM, EVENT)? onEventEmitted;