clear method

void clear()

Implementation

void clear() {
  _subscription?.cancel();
  _subscription = null;
}