accept abstract method

Future<void> accept(
  1. T data
)

Acceptance of a new event

Implementation

Future<void> accept(T data);