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