notify method

void notify(
  1. T data
)

Implementation

void notify(T data){
  _notify!(data);
}