instance property

AudioPlayerPlatform get instance

Implementation

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

Implementation

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