liveAsyncRunner property

Future<T?> Function<T>(Future<T> ())? liveAsyncRunner
getter/setter pair

Implementation

Future<T?> Function<T>(Future<T> Function())? liveAsyncRunner;