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