onSubtitlesFetched property

void Function(bool success, List<TTSubtitle>? subtitles, TTError? error)? onSubtitlesFetched
getter/setter pair

vid source subtitle path info fetched callback

Implementation

void Function(bool success, List<TTSubtitle>? subtitles, TTError? error)? onSubtitlesFetched;