unsubscribe method

void unsubscribe()

Implementation

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