Callback typedef

Callback = void Function(dynamic value)

Implementation

typedef Callback = void Function(dynamic value);