ActionCodeSettings constructor

ActionCodeSettings({
  1. required String url,
  2. bool? handleCodeInApp,
  3. String? iosBundleId,
  4. String? androidPackageName,
  5. bool? androidInstallApp,
  6. String? androidMinimumVersion,
  7. String? dynamicLinkDomain,
})

Implementation

ActionCodeSettings(
    {required this.url,
    this.handleCodeInApp,
    this.iosBundleId,
    this.androidPackageName,
    this.androidInstallApp,
    this.androidMinimumVersion,
    this.dynamicLinkDomain});