ConfigService constructor

const ConfigService(
  1. FileSystemAdapter _fs
)

Creates a configuration service.

Implementation

const ConfigService(this._fs);