levitLazyPut method

void levitLazyPut()

Registers this instance as a lazy dependency in the active LevitScope.

The instance will only be resolved when first requested via Ls.find.

Implementation

void levitLazyPut() => Ls.lazyPut(() => this);