Context constructor
Context({})
Implementation
Context({
required this.macosPlistPath,
required this.webManifestPath,
required this.yamlKeyName,
required this.androidManifestPath,
required this.pubspecPath,
required this.infoPlistPath,
});