DevToolsUsage constructor

DevToolsUsage()

Implementation

DevToolsUsage() {
  // TODO(srawlins): Accept a FileSystem parameter during tests.
  fileSystem.maybeMoveLegacyDevToolsStore();
  properties = IOPersistentProperties(
    storeName,
    documentDirPath: FileSystemExtension.devToolsDir,
  );
  _removeLegacyKeys();
}