RoutingEngine.withSdkEngine constructor
- SDKNativeEngine sdkEngine
Creates a new instance of RoutingEngine.
sdkEngineAn SDKEngine instance.
Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.
Implementation
factory RoutingEngine.withSdkEngine(SDKNativeEngine sdkEngine) => $prototype.withSdkEngine(sdkEngine);