devToolsDir static method

String devToolsDir()

Returns the path to the DevTools storage directory.

Implementation

static String devToolsDir() {
  return path.join(_userHomeDir(), '.flutter-devtools');
}