onResume property Null safety

Stream<SpeechSynthesisEvent> onResume

Stream of resume events handled by this SpeechSynthesisUtterance.

Implementation

Stream<SpeechSynthesisEvent> get onResume => resumeEvent.forTarget(this);