AppBuilder constructor

AppBuilder(
  1. Config config
)

Creates an instance of AppBuilder with the given config.

Implementation

AppBuilder(this.config);