unsubscribe method

void unsubscribe()

Implementation

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