DeepLinkIOSParameter constructor

DeepLinkIOSParameter({
  1. required String? bundleID,
  2. required String? appStoreID,
  3. String? appStoreURL,
  4. String? customSchema,
})

Implementation

DeepLinkIOSParameter({
  required this.bundleID,
  required this.appStoreID,
  this.appStoreURL,
  this.customSchema,
});