OnError typedef

OnError = void Function(Exception?)

Implementation

typedef OnError = void Function(Exception?);