instance property

The default instance of DeviceAudioQueryPlatform to use.

Implementation

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

Implementation

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