configureScope static method

void configureScope(
  1. ScopeCallback callback
)

Configures the scope through the callback.

Implementation

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