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