call method

void call(
  1. T data
)

Implementation

void call(T data) {
  _onEvent(data);
}