levitLazyPutAsync method
Registers this Future as a lazy asynchronous dependency.
Use tag to differentiate instances.
Set isFactory to true to re-await the future on every Ls.findAsync.
Implementation
void levitLazyPutAsync(
{String? tag, bool permanent = false, bool isFactory = false}) =>
Ls.lazyPutAsync(() => this,
tag: tag, permanent: permanent, isFactory: isFactory);