menu
afib package
documentation
afib_flutter.dart
AFConnectedUIBase<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
onDisposeAfib method
onDisposeAfib method
dark_mode
light_mode
onDisposeAfib
method
void
onDisposeAfib
(
Store
<
AFState
>
store
)
Implementation
void onDisposeAfib(Store<AFState> store) { onDispose(store); }
afib package
documentation
afib_flutter
AFConnectedUIBase<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
onDisposeAfib method
AFConnectedUIBase class