formatDirectory static method
Implementation
static void formatDirectory(String path) {
try {
Process.runSync('dart', ['format', path]);
} catch (_) {}
}
static void formatDirectory(String path) {
try {
Process.runSync('dart', ['format', path]);
} catch (_) {}
}