exceptions property
Provides a way for the user to listen to any RestApiClient exceptions that might happen during the execution of requests
Implementation
// ignore: close_sinks
late StreamController<BaseException> exceptions;
Provides a way for the user to listen to any RestApiClient exceptions that might happen during the execution of requests
// ignore: close_sinks
late StreamController<BaseException> exceptions;