DynamicRoutingEngine.withSdkEngine constructor
- SDKNativeEngine sdkEngine,
- DynamicRoutingEngineOptions? options
Creates a new instance of this class.
-
sdkEngineInstance of an existing SDKEngine. -
optionsThe options defining the behavior of the DynamicRoutingEngine.
Throws InstantiationException. when the engine was not initialized properly.
Implementation
factory DynamicRoutingEngine.withSdkEngine(SDKNativeEngine sdkEngine, DynamicRoutingEngineOptions? options) => $prototype.withSdkEngine(sdkEngine, options);