runInSession abstract method

Future<void> runInSession(
  1. Future<void> function(
    1. T
    )
)

Implementation

Future<void> runInSession(Future<void> Function(T) function);