menu
nobody package
documentation
web/online.dart
AsyncMapManyFunc<T, R> typedef
AsyncMapManyFunc<T, R> typedef
dark_mode
light_mode
AsyncMapManyFunc<
T
,
R
>
typedef
AsyncMapManyFunc
<
T
,
R
> =
Future
<
Iterable
<
R
>
>
Function
(
T
)
Implementation
typedef AsyncMapManyFunc<T, R> = Future<Iterable<R>> Function(T);
nobody package
documentation
web/online
AsyncMapManyFunc<T, R> typedef
online library