PayUHttpService constructor

PayUHttpService({
  1. required Client client,
  2. bool isProduction = false,
})

Implementation

PayUHttpService({
  required this.client,
  this.isProduction = false,
});