menu
fifty_narrative_engine package
documentation
engine/sentence_interpreter.dart
NarrativeInterpreter
onRead property
onRead property
dark_mode
light_mode
onRead
property
Future
<
void
>
Function
(
String
text
)
?
onRead
final
Callback to read the sentence text using TTS.
Implementation
final Future<void> Function(String text)? onRead;
fifty_narrative_engine package
documentation
engine/sentence_interpreter
NarrativeInterpreter
onRead property
NarrativeInterpreter class