getModelStream<T extends BackgroundModelBase> method

Stream<BackgroundModelBase?>? getModelStream<T extends BackgroundModelBase>()

Implementation

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