status property Null safety

Stream<HotlineSubscriptionRequestState> status

anything listening for updates to the subscription request...

Implementation

Stream<HotlineSubscriptionRequestState> get status async* {
  yield* _state_controller.stream;
}