PromptCallback typedef

PromptCallback = void Function(String response)

Implementation

typedef void PromptCallback(String response);