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