accept abstract method

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

Acceptance of a new event

Implementation

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