PromptFunction typedef

PromptFunction = Future<String?> Function()

Implementation

typedef PromptFunction = Future<String?> Function();