release method

Future<void> release()

Releases the resources associated with this player.

Implementation

Future<void> release() async {
  await AudioWaveformsInterface.instance.release(playerKey);
}