Clears the cache of the player, returns true if succeeded.
Future<bool> clearCache() async { if (_isDisposedOrNotInitialized) { return false; } return _videoPlayerPlatform.clearCache(); }