devToolsDir static method
Returns the path to the DevTools storage directory.
Implementation
@Deprecated("Replaced by 'FileSystemExtension.devToolsDir'")
static String devToolsDir() {
return path.join(_userHomeDir(), '.flutter-devtools');
}
Returns the path to the DevTools storage directory.
@Deprecated("Replaced by 'FileSystemExtension.devToolsDir'")
static String devToolsDir() {
return path.join(_userHomeDir(), '.flutter-devtools');
}