OtplessTruecallerRequest constructor

const OtplessTruecallerRequest({
  1. OtplessTruecallerConfig? config,
  2. List<OTScope> scopes = const [OTScope.openId, OTScope.phone, OTScope.profile],
})

Implementation

const OtplessTruecallerRequest({
  this.config,
  this.scopes = const [OTScope.openId, OTScope.phone, OTScope.profile],
});