Checks if the config has linux.
bool hasLinuxConfig(Map<String, dynamic> platforms) { return platforms.containsKey('linux'); }