menu
afib package
documentation
afib_flutter.dart
AFConnectedUIConfig<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
createDispatcher method
createDispatcher method
dark_mode
light_mode
createDispatcher
method
AFDispatcher
createDispatcher
(
AFStore
store
)
Implementation
AFDispatcher createDispatcher(AFStore store) { return AFStoreDispatcher(store); }
afib package
documentation
afib_flutter
AFConnectedUIConfig<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
createDispatcher method
AFConnectedUIConfig class