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