Closure typedef

Closure = dynamic Function()

Implementation

typedef Closure = Function();