VoidAction typedef

VoidAction = void Function()

Represents a function that have no arguments and return no data.

Implementation

typedef VoidAction = void Function();