GoogleStoreSettings constructor

const GoogleStoreSettings({
  1. String? credentials,
  2. required String packageName,
})

Implementation

const GoogleStoreSettings({
  this.credentials,
  required this.packageName,
});