instance property

Implementation

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

Implementation

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