VideoLoader constructor

VideoLoader(
  1. String url, {
  2. Map<String, dynamic>? requestHeaders,
})

Implementation

VideoLoader(this.url, {this.requestHeaders});