menu
livelyness_detection package
documentation
index.dart
PairwiseExtension extension
PairwiseExtension extension
dark_mode
light_mode
PairwiseExtension<
T
>
extension
Extends the Stream class with the ability to emit the nth and n-1th events as a pair
on
Stream
<
T
>
Methods
pairwise
(
)
→
Stream
<
List
<
T
>
>
Emits the n-th and n-1th events as a pair. The first event won't be emitted until the second one arrives.
livelyness_detection package
documentation
index
PairwiseExtension extension
index library