release method
Releases the resources associated with this player.
Implementation
Future<void> release() async {
await AudioWaveformsInterface.instance.release(playerKey);
}
Releases the resources associated with this player.
Future<void> release() async {
await AudioWaveformsInterface.instance.release(playerKey);
}