setConfig method

Future<bool> setConfig({
  1. PaymentConfig? paymentConfig,
  2. UIConfig? uiConfig,
})

Implementation

Future<bool> setConfig({PaymentConfig? paymentConfig, UIConfig? uiConfig}) {
  throw UnimplementedError('setConfig() has not been implemented.');
}