handle abstract method

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

Implementation

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