instance property

OitiLiveness3dPlatform get instance

Implementation

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

Implementation

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