close method

dynamic close()

Implementation

close() {
  _subscription?.cancel();
}