ErrorCallback typedef

ErrorCallback = void Function({Error? error})

Implementation

typedef void ErrorCallback({
  Error? error
});