getModelStream<T extends BackgroundModelBase> method
Implementation
Stream<BackgroundModelBase?>? getModelStream<T extends BackgroundModelBase>() => localChannelsCache[T]?.eventStream;
Stream<BackgroundModelBase?>? getModelStream<T extends BackgroundModelBase>() => localChannelsCache[T]?.eventStream;