initializeHold property
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;
If set, initialize awaits this before completing — leave it incomplete to simulate a native SDK init call that never calls back.
Completer<void>? initializeHold;