StringReceivedCallback typedef

StringReceivedCallback = void Function(String input)

Callback used to receive stdin input when it occurs.

Implementation

typedef StringReceivedCallback = void Function(String received);