call method

Future<void> call(
  1. T data
)

Call action

Implementation

Future<void> call(T data) => accept(data);