LevitAsyncStore<T> constructor
Creates an asynchronous store definition from builder.
builder is evaluated lazily per scope/tag instance.
Implementation
LevitAsyncStore(Future<T> Function(LevitRef ref) builder)
: _inner = LevitStore<Future<T>>(builder);