initializeHold property

Completer<void>? initializeHold
getter/setter pair

If set, initialize awaits this before completing — leave it incomplete to simulate a native SDK init call that never calls back.

Implementation

Completer<void>? initializeHold;