menu
nohfibu package
documentation
ops_handler.dart
UserInteraction
promptForTextInput abstract method
promptForTextInput abstract method
dark_mode
light_mode
promptForTextInput
abstract method
Future
<
String
>
promptForTextInput
(
String
message
, {
String
defaultValue
=
""
,
})
Implementation
Future<String> promptForTextInput(String message, {String defaultValue = ""});
nohfibu package
documentation
ops_handler
UserInteraction
promptForTextInput abstract method
UserInteraction class