Pay constructor

Pay(
  1. Map<PayProvider, PaymentConfiguration> _configurations
)

Creates an instance with a dictionary of _configurations and instantiates the _payPlatform to communicate with the native platforms.

Implementation

Pay(this._configurations) : _payPlatform = PayMethodChannel();