Config constructor
Config({})
Implementation
Config({
required this.applicationId,
required this.clientId,
required this.clientSecret,
this.version = "",
required this.packageInfo,
required this.isDebugMode,
this.appKey,
});