BetterPlayerCacheConfiguration constructor
      const
      BetterPlayerCacheConfiguration({})
     
    
    
Implementation
const BetterPlayerCacheConfiguration(
    {this.useCache = false,
    this.maxCacheSize = 10 * 1024 * 1024,
    this.maxCacheFileSize = 10 * 1024 * 1024,
    this.preCacheSize = 3 * 1024 * 1024,
    this.key});