IntCallback typedef

IntCallback = dynamic Function(dynamic int)

Implementation

typedef IntCallback(int);