ActionCodeSettings constructor
ActionCodeSettings({
- required String url,
- bool? handleCodeInApp,
- ActionCodeSettingsIos? iOS,
- ActionCodeSettingsAndroid? android,
- String? dynamicLinkDomain,
Implementation
ActionCodeSettings({
required this.url,
this.handleCodeInApp,
this.iOS,
this.android,
this.dynamicLinkDomain,
});