cancelOnError method

bool cancelOnError(
  1. Stream stream
)

Flag to determine whether or not to cancel the subscription if an error is emitted. Defaults to false.

Implementation

bool cancelOnError(Stream stream) => false;