RedirectAllRequestsTo constructor

RedirectAllRequestsTo({
  1. required String hostName,
  2. Protocol? protocol,
})

Implementation

RedirectAllRequestsTo({
  required this.hostName,
  this.protocol,
});