configSetup function

void configSetup()

Implementation

void configSetup() {
  // Pass the configuration to the SDK plugin
  ActerSdk.setup(
    sessionKey: Env.defaultActerSession,
    userAgent: userAgent,
    defaultLogSetting: defaultLogSetting,
    appleKeychainAppGroupName: Env.appleKeychainAppGroupName,
    defaultHomeServerName: Env.defaultHomeserverName,
    defaultHomeServerUrl: Env.defaultHomeserverUrl,
    defaultHttpProxy: Env.defaultHttpProxy,
  );
}