Loads flutter configs from given filePath
filePath
static Config? loadConfigFromPath(String filePath) { return _getConfigFromPubspecYaml( pathToPubspecYamlFile: filePath, ); }