menu
omnyshell package
documentation
omnyshell_client_web.dart
AgentStyle
prompt method
prompt method
dark_mode
light_mode
prompt
method
String
prompt
(
String
text
)
An interactive prompt asking the user to confirm or approve.
Implementation
String prompt(String text) => text;
omnyshell package
documentation
omnyshell_client_web
AgentStyle
prompt method
AgentStyle class