menu
livelyness_detection package
documentation
index.dart
SkipUntilExtension extension
SkipUntilExtension extension
dark_mode
light_mode
SkipUntilExtension<
T
>
extension
Extends the Stream class with the ability to skip events until another Stream emits an item.
on
Stream
<
T
>
Methods
skipUntil
<
S
>
(
Stream
<
S
>
otherStream
)
→
Stream
<
T
>
Starts emitting items only after the given stream emits an item.
livelyness_detection package
documentation
index
SkipUntilExtension extension
index library