ActionCodeSettings constructor

ActionCodeSettings({
  1. required String url,
  2. bool? handleCodeInApp,
  3. ActionCodeSettingsIos? iOS,
  4. ActionCodeSettingsAndroid? android,
  5. String? dynamicLinkDomain,
})

Implementation

ActionCodeSettings({
  required this.url,
  this.handleCodeInApp,
  this.iOS,
  this.android,
  this.dynamicLinkDomain,
});