cubix
cubix
Rule typedef
Rule
Rule
typedef
Null safety
Rule
=
void Function
(
Dispatcher
dispatcher
,
VoidCallback
next
)
Implementation
typedef Rule = void Function(Dispatcher dispatcher, VoidCallback next);
cubix
cubix
Rule typedef
cubix library
Classes
ActionBase
AsyncAction
CallbackGroup
CancelToken
CubitWrapper
Cubix
CubixState
Dependency
DependencyResolver
Dispatcher
IDependency
InitContext
SyncAction
VoidAction
VoidAsyncAction
VoidCubix
VoidSyncAction
Extensions
DependencyResolverExtension
Mixins
CubixMixin
Functions
cancelAll
debounce
droppable
sequential
throttle
Typedefs
ActionData
CreateCubix
Rule
VoidCallback
Exceptions
CancelledException
IncompatibleException