configureScope static method

FutureOr<void> configureScope(
  1. ScopeCallback callback
)

Configures the scope through the callback.

Implementation

static FutureOr<void> configureScope(ScopeCallback callback) =>
    _hub.configureScope(callback);