menu
logic_blocks package
documentation
logic_blocks/logic_block.dart
StateLogic<TState>
detach method
detach method
dark_mode
light_mode
detach
method
void
detach
(
)
Detaches this state from its context.
Implementation
void detach() => _internalState.detach();
logic_blocks package
documentation
logic_blocks/logic_block
StateLogic<TState>
detach method
StateLogic class