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