asBroadcastStream abstract method
Stream<DictionaryEntry<V> >
asBroadcastStream({
- void onListen(
- StreamSubscription<
DictionaryEntry< subscriptionV> >
- StreamSubscription<
- void onCancel(
- StreamSubscription<
DictionaryEntry< subscriptionV> >
- StreamSubscription<
override
Converting VendorDictionaryEntriesStream to broadcast Stream is forbidden. It throws UnsupportedError once it called.
Implementation
@override
Stream<DictionaryEntry<V>> asBroadcastStream(
{void Function(StreamSubscription<DictionaryEntry<V>> subscription)?
onListen,
void Function(StreamSubscription<DictionaryEntry<V>> subscription)?
onCancel});