PayPalEnvironment.sandbox constructor

const PayPalEnvironment.sandbox({
  1. required String clientId,
  2. required String clientSecret,
})

Implementation

const PayPalEnvironment.sandbox({
  required this.clientId,
  required this.clientSecret,
})  : host = 'api.sandbox.paypal.com',
      webUrl = 'https://www.sandbox.paypal.com';