tts/ttslistener library

Typedefs

OnBegin = void Function()
OnCanceled = void Function()
OnCompleted = void Function()
OnFailed = void Function(int code, String? msg)
OnProgress = void Function(Duration progress, Duration totalDuration)
OnSpeechSynthesisFailed = void Function(int code, String? msg)
OnSpeechSynthesisSuccess = void Function(String? url)