Applies automated Dart fixes to the project.
Future<void> fix() async { await runDart(['fix', '--apply']); }