onConfigScope method
Called when the internal scope is being configured.
Implementation
@protected
void onConfigScope(LevitScope scope) {
dependencyFactory?.call(scope);
}
Called when the internal scope is being configured.
@protected
void onConfigScope(LevitScope scope) {
dependencyFactory?.call(scope);
}