ScopeCallback typedef

ScopeCallback = void Function(Scope)

Configures the scope through the callback.

Implementation

typedef ScopeCallback = void Function(Scope);