ErrorCallback typedef

ErrorCallback = void Function(dynamic error)

Implementation

typedef ErrorCallback = void Function(dynamic error);