OutputFn typedef

OutputFn = dynamic Function(String)

Implementation

typedef OutputFn = Function(String);