DeepLinkAndroidParameter constructor

DeepLinkAndroidParameter({
  1. required String? packageName,
  2. String? playStoreURL,
  3. String? customSchema,
})

Implementation

DeepLinkAndroidParameter({
  required this.packageName,
  this.playStoreURL,
  this.customSchema,
});