applySettings method

Future<void> applySettings()

Reconfigures the Stripe platform by applying the current values for publishableKey, merchantIdentifier, stripeAccountId, threeDSecureParams, urlScheme

Implementation

Future<void> applySettings() => _initialise(
      publishableKey: publishableKey,
      merchantIdentifier: merchantIdentifier,
      stripeAccountId: stripeAccountId,
      threeDSecureParams: threeDSecureParams,
      urlScheme: urlScheme,
      setReturnUrlSchemeOnAndroid: setReturnUrlSchemeOnAndroid,
    );