ConfigureScope typedef

ConfigureScope = FutureOr<void> Function(ConfigurableScope scope)

ConfigureScope is a function describe how to configure scope.

Implementation

typedef ConfigureScope = FutureOr<void> Function(ConfigurableScope scope);