isDisableSyncPlatformKeys method

bool isDisableSyncPlatformKeys()

是否禁用同步平台key(默认禁用)

Implementation

bool isDisableSyncPlatformKeys() {
  return MemoryUtils.instance.getBool(_platformKey, defaultValue: true);
}