Call typedef

Call = void Function()

Represents an operation with no arguments.

Implementation

typedef Call = void Function();