Callback typedef

Callback = void Function(dynamic value)

Implementation

typedef void Callback(dynamic value);