shouldDestroySessionOnApiKeyChange property

bool get shouldDestroySessionOnApiKeyChange

Implementation

bool get shouldDestroySessionOnApiKeyChange =>
    getFunction<bool>(SettingsKeys.sdkShouldDestroySessionOnApiKeyChange);
set shouldDestroySessionOnApiKeyChange (bool shouldDestroySessionOnApiKeyChange)

Implementation

set shouldDestroySessionOnApiKeyChange(
        bool shouldDestroySessionOnApiKeyChange) =>
    setFunction<bool>(SettingsKeys.sdkShouldDestroySessionOnApiKeyChange,
        shouldDestroySessionOnApiKeyChange);