instance property
AppsentrikSdkPlatform
get
instance
Implementation
static AppsentrikSdkPlatform get instance => _instance;
set
instance
(AppsentrikSdkPlatform instance)
Implementation
static set instance(AppsentrikSdkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}