menu
callback_handler package
documentation
types/callback_type.dart
types/callback_type.dart
dark_mode
light_mode
types/callback_type
library
Typedefs
CallbackVoid
= void Function
(
void
)
A function type for void callbacks with no return value.
CallbackWithReturn
<
I
,
R
>
= R Function
(
I
)
A function type for callbacks that accept an input and return a value.
callback_handler package
documentation
types/callback_type.dart
callback_handler
package
Libraries
callback_handler
implementations/callback_handler
interfaces/i_callback_handler
types/callback_type
utility/FastMap
callback_type library