removeAllCaches abstract method
Deletes all cached media files in the media player.
The cached media file currently being played will not be deleted.
Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly. < 0: Failure. See MediaPlayerReason.
Implementation
Future<void> removeAllCaches();