withAuth method
Creates a new ProxyModel with the given authentication credentials
Implementation
@override
ProxyModel withAuth(ProxyAuth auth) {
return copyWith(auth: auth);
}
Creates a new ProxyModel with the given authentication credentials
@override
ProxyModel withAuth(ProxyAuth auth) {
return copyWith(auth: auth);
}