instance property
JMapARSDKPlatform
get
instance
The default instance of JMapARSDKPlatform to use.
Defaults to MethodChannelJmapArSdk.
Implementation
static JMapARSDKPlatform get instance => _instance;
set
instance
(JMapARSDKPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends JMapARSDKPlatform when they register themselves.
Implementation
static set instance(JMapARSDKPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}