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