static Future<void> removePackage(String package) async { LogService.info('Removing package $package …'); await run('dart pub remove $package', verbose: true); }