DeepLinkOptions constructor

const DeepLinkOptions({
  1. String? packageNameAndroid,
  2. String? skuAndroid,
})

Implementation

const DeepLinkOptions({
  this.packageNameAndroid,
  this.skuAndroid,
});