clear method

void clear()

Implementation

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