async<T> static method
Creates an asynchronous LevitState definition.
Implementation
static LevitAsyncState<T> async<T>(Future<T> Function(LevitRef ref) builder) {
return LevitAsyncState<T>(builder);
}
Creates an asynchronous LevitState definition.
static LevitAsyncState<T> async<T>(Future<T> Function(LevitRef ref) builder) {
return LevitAsyncState<T>(builder);
}