menu
flutter_compose_ui_modifiers package
documentation
util/m_callback.dart
AsyncCallbackWithError<T> typedef
AsyncCallbackWithError<T> typedef
dark_mode
light_mode
AsyncCallbackWithError<
T
>
typedef
AsyncCallbackWithError
<
T
> =
Future
<
T
>
Function
(
void
(
Object
error
)
)
Implementation
typedef AsyncCallbackWithError<T> = Future<T> Function( void Function(Object error));
flutter_compose_ui_modifiers package
documentation
util/m_callback
AsyncCallbackWithError<T> typedef
m_callback library