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