ServerDialogSubmitEventHandler<T> typedef

ServerDialogSubmitEventHandler<T> = FutureOr Function(ServerDialogContext ctx, T data)

Implementation

typedef ServerDialogSubmitEventHandler<T> = FutureOr Function(
    ServerDialogContext ctx, T data);