promptForValueInput abstract method

Future<int> promptForValueInput(
  1. String message, {
  2. int defaultValue = 0,
})

Implementation

Future<int> promptForValueInput(String message, {int defaultValue = 0});