dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  await AudioPlayerPlatform.dispose();
  _listener = null;
}