FunctionWithAInt typedef

FunctionWithAInt = dynamic Function(int)

Implementation

typedef FunctionWithAInt = Function(int);