instance property

AudioplayersPlatformInterface instance
getter/setter pair

The default instance of AudioplayersPlatformInterface to use.

Defaults to AudioplayersPlatform. Platform-specific plugins should set this with their own platform-specific class that extends AudioplayersPlatformInterface when they register themselves.

Implementation

static AudioplayersPlatformInterface instance = AudioplayersPlatform();