VideoGenerateFromResource constructor

VideoGenerateFromResource(
  1. String urlPath, {
  2. int cacheSize = 10,
})

Implementation

VideoGenerateFromResource(this.urlPath, {this.cacheSize = 10});