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