levitPut method
Executes and registers the result of this builder in the active LevitScope.
Parameters:
tag: Optional unique identifier for the instance.permanent: Iftrue, the instance survives a non-forced reset.
Returns the created instance.
Implementation
T levitPut({String? tag, bool permanent = false}) =>
Ls.put<T>(this, tag: tag, permanent: permanent);