init method
Initializes the SDK runtime.
This restores persisted flags, generates or loads the SDK device ID, captures the immediate context snapshot, and starts listeners.
App-open tracking is always scheduled automatically in the background.
Use tracking.enabled before or after init to control event-style
tracking independently.
Implementation
Future<void> init() => _runtime.init();