ProgressHandler typedef

ProgressHandler = void Function(String text, int start, int end, String word)

Implementation

typedef ProgressHandler = void Function(
    String text, int start, int end, String word);