beginScope<TState> method
Begins a logical operation scope.
Implementation
@override
Disposable beginScope<TState>(TState state) =>
_scopeProvider?.push(state) ?? NullScope.instance;
Begins a logical operation scope.
@override
Disposable beginScope<TState>(TState state) =>
_scopeProvider?.push(state) ?? NullScope.instance;