event method

void event([
  1. String? value
])

Trigger event

Implementation

void event([String? value]) {
  streamer.sink.add(value);
}