instance property

AudioplayersPlatform instance
getter/setter pair

The default instance of AudioplayersPlatform to use.

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

Implementation

static AudioplayersPlatform instance = MethodChannelAudioplayersPlatform();