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