removeFlavorSchemes static method
Implementation
static void removeFlavorSchemes(String flavor, {AppLogger? logger}) {
final log = logger ?? AppLogger();
_runRubyAutomationWithDelete(log, flavor);
syncPods(logger: log);
log.success('✔ macOS flavor cleanup completed');
}