error property

StreamController<String> error
getter/setter pair

This is the error stream. Register a callback function to be called when errors occured in any function in this package.

Implementation

StreamController<String> error = StreamController();