ErrorProcessing constructor

ErrorProcessing({
  1. required ErrorDetails error,
  2. Function? callback,
})

Implementation

ErrorProcessing({required this.error, this.callback});