cancelStreamSubscriptions method

  1. @override
void cancelStreamSubscriptions()
override

Cancel all stream subscriptions added.

It is fine to call this method and then add additional subscriptions.

Implementation

@override
void cancelStreamSubscriptions() {
  _delegate.cancelStreamSubscriptions();
}