onData method

void onData(
  1. T? data
)

Called after the data has been set

Implementation

void onData(T? data) {}