LevitStateExtension<T> extension

Internal helper to reuse LevitController's cleanup logic without inheritance. Ergonomic extensions for LevitState functional providers.

on

Methods

delete({String? tag, bool force = false}) bool

Available on LevitState<T>, provided by the LevitStateExtension extension

Removes this provider instance from the active LevitScope.
find({String? tag}) → T

Available on LevitState<T>, provided by the LevitStateExtension extension

Resolves the current value of this provider from the active LevitScope.
findAsync({String? tag}) Future<T>

Available on LevitState<T>, provided by the LevitStateExtension extension

Asynchronously resolves the value of this provider.