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