ActionCodeSettings constructor

ActionCodeSettings({
  1. String url,
  2. IosSettings iOS,
  3. AndroidSettings android,
  4. bool handleCodeInApp,
})

Implementation

external factory ActionCodeSettings({
  String url,
  IosSettings iOS,
  AndroidSettings android,
  bool handleCodeInApp,
});