onEvent property

JSFunction? get onEvent

This function is called with events that occur in the process of speaking the utterance.

Implementation

JSFunction? get onEvent => _wrapped.onEvent;
set onEvent (JSFunction? v)

Implementation

set onEvent(JSFunction? v) {
  _wrapped.onEvent = v;
}