ScopeCallback typedef

ScopeCallback = FutureOr<void> Function(Scope)

Configures the scope through the callback.

Implementation

typedef ScopeCallback = FutureOr<void> Function(Scope);