confirm abstract method

bool confirm({
  1. required String prompt,
  2. bool? defaultValue,
})

Implementation

bool confirm({
  required String prompt,
  bool? defaultValue,
});