ErrorCallback typedef

ErrorCallback = void Function(Exception error)

Implementation

typedef void ErrorCallback(Exception error);