call method

Future<T?> call([
  1. T? data
])

Call action

Implementation

Future<T?> call([T? data]) => accept(data);