configureScope static method
Configures the scope through the callback.
Implementation
static FutureOr<void> configureScope(ScopeCallback callback) =>
_hub.configureScope(callback);
Configures the scope through the callback.
static FutureOr<void> configureScope(ScopeCallback callback) =>
_hub.configureScope(callback);