Checks if the config need linux.
bool isNeedingNewWebIcon(Map<String, dynamic> platforms) { return hasWebConfig(platforms) && (platforms['web'] as Map<String, dynamic>)['enable'] == true; }