ErrorCallback typedef

ErrorCallback = void Function(dynamic error)

Implementation

typedef void ErrorCallback(dynamic error);