Future<void> setConfig(String publicKey, String? scriptURL) async { PayEngineNative.setConfig(publicKey, scriptURL); }