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