scope<T> abstract method

T scope<T>(
  1. Scope<T> token
)

Reads a scoped value from the nearest ProviderScope.

Implementation

T scope<T>(Scope<T> token);