Config constructor
Config({
- required dynamic credentials,
- required dynamic packageInfo,
- required bool isDebugMode,
- GlobalKey<
State< ? appKey,StatefulWidget> >
Implementation
Config({
required this.credentials,
// required this.clientId,
// required this.clientSecret,
// this.version = "",
required this.packageInfo,
required this.isDebugMode,
this.appKey,
});