onPause property Null safety

Stream<Event> onPause

Stream of pause events handled by this SpeechSynthesisUtterance.

Implementation

Stream<Event> get onPause => pauseEvent.forTarget(this);