Callback executed when a sentence is played. Provides the sentence and its audio file.
void Function(String sentence, File file)? onPlay;