autoCheckOnStartup property
When true, the SDK fires off an update check during init —
equivalent to calling Sankofa.deploy.checkForUpdate() manually
at startup. Defaults to true because the common case is "ship
patches on launch."
Implementation
final bool autoCheckOnStartup;