handle abstract method

FutureOr<void> handle(
  1. ServerDialogContext ctx,
  2. T data
)

Implementation

FutureOr<void> handle(ServerDialogContext ctx, T data);