errors property

Stream<ProfileSwitchError> get errors

Stream of profile switch errors.

Implementation

Stream<ProfileSwitchError> get errors => _errorController.stream;