sharedInstance property - SDKNativeEngine class - core.engine library - Dart API
sharedInstance
sharedInstance property
Shared instance of this SDK engine that can be accessed by any HERE SDK module as the default engine. This is automatically set as a part of the SDK initialization process. Gets the shared instance of this SDK engine that can be accessed by any HERE SDK module as the default engine.
Implementation
static SDKNativeEngine? get sharedInstance => $prototype.sharedInstance;
Shared instance of this SDK engine that can be accessed by any HERE SDK module as the default engine. This is automatically set as a part of the SDK initialization process. Sets the shared instance of this SDK engine that can be accessed by any HERE SDK module as the default engine.
Implementation
static set sharedInstance(SDKNativeEngine? value) { $prototype.sharedInstance = value; }