menu
eyflutter_core package
documentation
kit/future_wait.dart
OnFutureAction<T> typedef
OnFutureAction<T> typedef
dark_mode
light_mode
OnFutureAction<
T
>
typedef
OnFutureAction
<
T
> =
Future
<
T
>
Function
()
Implementation
typedef OnFutureAction<T> = Future<T> Function();
eyflutter_core package
documentation
kit/future_wait
OnFutureAction<T> typedef
future_wait library