connect abstract method
Instructs the ConnectableStream to begin emitting items from the source Stream. To disconnect from the source stream, cancel the subscription.
Implementation
StreamSubscription<T> connect();
Instructs the ConnectableStream to begin emitting items from the source Stream. To disconnect from the source stream, cancel the subscription.
StreamSubscription<T> connect();