devToolsDir static method

  1. @Deprecated("Replaced by 'FileSystemExtension.devToolsDir'")
String devToolsDir()

Returns the path to the DevTools storage directory.

Implementation

@Deprecated("Replaced by 'FileSystemExtension.devToolsDir'")
static String devToolsDir() {
  return path.join(_userHomeDir(), '.flutter-devtools');
}