DriftDebugOnError typedef

DriftDebugOnError = void Function(Object error, StackTrace stack)

Optional callback for errors (and optional stack trace).

Implementation

typedef DriftDebugOnError = void Function(Object error, StackTrace stack);