static Future<bool> askYesNo(String question, {bool defaultValue = true}) => ConfirmPrompt.askYesNo(question, defaultValue: defaultValue);