instance property

DomCameraPlatform get instance

Implementation

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

Implementation

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