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