Run flutter clean
Future<int> flutterClean() async { return await runProcess('flutter clean', runInShell: true); }