call method

dynamic call(
  1. T value
)

Implementation

call(T value) {
  notify(value);
}