configure method
- ConfigParams config
override
Configures component by passing configuration parameters.
config
configuration parameters to be set.
Implementation
@override
void configure(ConfigParams config) {
dependencyResolver.configure(config);
}