Callback typedef

Callback = void Function(dynamic param, Error? e)

Implementation

typedef Callback = void Function(dynamic param, Error? e);