Format a dart file
String formatterDartFile(String content) { var formatter = DartFormatter(); return formatter.format(content); }