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