exceptions property

  1. @override
StreamController<BaseException> exceptions
getter/setter pairoverride

Provides a way for the user to listen to any RestApiClient exceptions that might happen during the execution of requests

Implementation

@override
StreamController<BaseException> exceptions =
    StreamController<BaseException>.broadcast();