handle abstract method

FutureOr<T> handle(
  1. T data
)

Implementation

FutureOr<T> handle(T data);