handle abstract method

FutureOr<void> handle(
  1. DialogContext ctx,
  2. T options
)

Implementation

FutureOr<void> handle(DialogContext ctx, T options);