instance property

CelloSdkPlatform get instance

Implementation

static CelloSdkPlatform get instance => _instance;
set instance (CelloSdkPlatform instance)

Implementation

static set instance(CelloSdkPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}