OtplessTruecallerRequest constructor
const
OtplessTruecallerRequest({
- OtplessTruecallerConfig? config,
- List<
OTScope> scopes = const [OTScope.openId, OTScope.phone, OTScope.profile],
Implementation
const OtplessTruecallerRequest({
this.config,
this.scopes = const [OTScope.openId, OTScope.phone, OTScope.profile],
});