configure method

void configure(
  1. ConfigParams config
)

Implementation

void configure(ConfigParams config) {
  this.config = config;
}