status property Null safety
anything listening for updates to the subscription request...
Implementation
Stream<HotlineSubscriptionRequestState> get status async* {
yield* _state_controller.stream;
}
anything listening for updates to the subscription request...
Stream<HotlineSubscriptionRequestState> get status async* {
yield* _state_controller.stream;
}