Callback typedef

Callback = void Function(dynamic result)

Implementation

typedef void Callback(dynamic result);