OnErrorCallback typedef

OnErrorCallback = void Function(dynamic error)

Implementation

typedef OnErrorCallback = void Function(dynamic error);