events property
Stream<VxMutation<VxStore?> >
get
events
Broadcast stream of mutations executing across app
Implementation
static Stream<VxMutation> get events => _events.stream;
Broadcast stream of mutations executing across app
static Stream<VxMutation> get events => _events.stream;