runInSession abstract method

void runInSession(
  1. void function(
    1. T
    )
)

Implementation

void runInSession(void Function(T) function);