dispose method

This method has been superseded by JustAudioPlatform.disposePlayer. For backward compatibility, this method will still be called as a fallback if JustAudioPlatform.disposePlayer is not implemented.

Implementation

Future<DisposeResponse> dispose(DisposeRequest request) {
  throw UnimplementedError("dispose() has not been implemented.");
}