ErrorHandler constructor

ErrorHandler({
  1. Map<int, VoidCallback>? handleStatusCode,
})

Implementation

ErrorHandler({this.handleStatusCode});