nativeUpdaterReady property

bool get nativeUpdaterReady

True when the legacy native (Android libapp.so) updater half initialized. iOS Path-C apps stay false by design — the KBC pipeline (fetchAndApplyKbcPatch / tryApplyStagedKbcPatch) never needs the native plugin. Exposed so the bootstrap can decide which startup auto-check to drive (native vs KBC).

Implementation

bool get nativeUpdaterReady => _ready;