OnParsingSubtitle typedef

OnParsingSubtitle = List<Subtitle> Function(Iterable<RegExpMatch> matchers)

Used in CustomSubtitleParser to comstmize parsing of subtitles.

Implementation

typedef OnParsingSubtitle = List<Subtitle> Function(
    Iterable<RegExpMatch> matchers);