PromptMomentListenerFn typedef

PromptMomentListenerFn = void Function(PromptMomentNotification moment)

The type of the function that can be passed to prompt to listen for PromptMomentNotifications.

Implementation

typedef PromptMomentListenerFn = void Function(PromptMomentNotification moment);