cancel method

void cancel()

Cancels the bridge subscription.

Implementation

void cancel() {
  _subscription.cancel();
}