menu
hypen_flutter package
documentation
state/lib.dart
SelectHypenReactiveData<I>
select<S> abstract method
select<S> abstract method
dark_mode
light_mode
select<
S
>
abstract method
S
select
<
S
>(
S
select
(
I
snapshot
), {
Stream
<
S
>
pipe
(
Stream
<
S
>
source
)?,
})
Implementation
S select<S>( S Function(I snapshot) select, { Stream<S> Function(Stream<S> source)? pipe, });
hypen_flutter package
documentation
state/lib
SelectHypenReactiveData<I>
select<S> abstract method
SelectHypenReactiveData mixin