clearCache static method

Future clearCache()

Implementation

static Future clearCache() async {
  return _videoPlayerPlatform.clearCache();
}