run abstract method

void run(
  1. T? data,
  2. ValueChanged<T>? callback
)

Implementation

void run(T? data, ValueChanged<T>? callback);