onMark property Null safety
Stream of mark
events handled by this SpeechSynthesisUtterance.
Implementation
Stream<SpeechSynthesisEvent> get onMark => markEvent.forTarget(this);
Stream of mark
events handled by this SpeechSynthesisUtterance.
Stream<SpeechSynthesisEvent> get onMark => markEvent.forTarget(this);