errorHandler method
void
errorHandler(
- dynamic e
Implementation
void errorHandler(e) async {
logEngine!.set(this.httpErrLogKey, e.toString());
}
void errorHandler(e) async {
logEngine!.set(this.httpErrLogKey, e.toString());
}