StringResultHandler typedef

StringResultHandler = void Function(String text)

Implementation

typedef void StringResultHandler(String text);