audioplayers_platform_interface 7.1.1
audioplayers_platform_interface: ^7.1.1 copied to clipboard
The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously
audioplayers_platform_interface #
A common platform interface for the audioplayers plugin.
Usage #
This package will be automatically included in your app,
which means you can simply use audioplayers normally, without adding this package to your pubspec.yaml.
To implement a new platform-specific implementation of audioplayers, extend
AudioplayersPlatformInterface
with an implementation that performs the platform-specific behavior.
When you register your plugin, set the default
AudioplayersPlatformInterface by calling AudioplayersPlatformInterface.instance = MyAudioplayersPlatform().
Then do the same for GlobalAudioplayersPlatformInterface.