exceptions property

StreamController<BaseException> exceptions
getter/setter pair

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;