toError method

void toError()

Implementation

void toError() {
  changeStatus(status: RxStatus.error());
}