Last updated:
0 purchases
audioplayers platform interface
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.