InternalLinkTypeChangePhoneNumber constructor
const
InternalLinkTypeChangePhoneNumber({
- dynamic extra,
- int? clientId,
The link is a link to the change phone number section of the app
Implementation
const InternalLinkTypeChangePhoneNumber({
this.extra,
this.clientId,
});