cancel method

void cancel()

Implementation

void cancel() {
  _inputSubscription?.cancel();
}