menu
livelyness_detection package
documentation
index.dart
SwitchMapStreamTransformer<S, T>
mapper property
mapper property
dark_mode
light_mode
mapper
property
Stream
<
T
>
Function
(
S
value
)
mapper
final
Method which converts incoming events into a new
Stream
Implementation
final Stream<T> Function(S value) mapper;
livelyness_detection package
documentation
index
SwitchMapStreamTransformer<S, T>
mapper property
SwitchMapStreamTransformer class