BasicAuthOptions constructor
Returns a new BasicAuthOptions instance.
Implementation
BasicAuthOptions({
required this.username,
required this.password,
});
Returns a new BasicAuthOptions instance.
BasicAuthOptions({
required this.username,
required this.password,
});