A function that reads the users' answer to a prompt.
typedef PromptAnswerReader = FutureOr<String?> Function();