menu
eyflutter_core package
documentation
kit/future_wait.dart
OnFutureWaitCall typedef
OnFutureWaitCall typedef
dark_mode
light_mode
OnFutureWaitCall
typedef
OnFutureWaitCall
=
void Function
(
bool
success
,
List
resultList
)
Implementation
typedef OnFutureWaitCall = void Function(bool success, List<dynamic> resultList);
eyflutter_core package
documentation
kit/future_wait
OnFutureWaitCall typedef
future_wait library