run method

void run(
  1. void fn(
    1. T target
    )
)

Implementation

void run(void Function(T target) fn) => fn(this);