instance property

AudioDevicePlatform get instance

Implementation

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

Implementation

static set instance(AudioDevicePlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}