setValue method

void setValue(
  1. T data
)

Implementation

void setValue(T data) {
  add(GenericOneEvent.showLoaded(data: data));
}