menu
awesome_base package
documentation
state/base_debug_state.dart
BaseDebugState<T extends StatefulWidget>
selectHostItem method
selectHostItem method
dark_mode
light_mode
selectHostItem
method
void
selectHostItem
(
String
newHost
)
Implementation
void selectHostItem(String newHost) { isEncrypt = newHost != hostRc; switchIsEncrypt(isEncrypt); }
awesome_base package
documentation
state/base_debug_state
BaseDebugState<T extends StatefulWidget>
selectHostItem method
BaseDebugState class