isDisableSyncPlatformKeys method
是否禁用同步平台key(默认禁用)
Implementation
bool isDisableSyncPlatformKeys() {
return MemoryUtils.instance.getBool(_platformKey, defaultValue: true);
}
是否禁用同步平台key(默认禁用)
bool isDisableSyncPlatformKeys() {
return MemoryUtils.instance.getBool(_platformKey, defaultValue: true);
}