beginScope<TState> abstract method

Disposable? beginScope<TState>(
  1. TState state
)

Begins a logical operation scope.

Implementation

Disposable? beginScope<TState>(TState state);