WPVideoPlayerConfig constructor

const WPVideoPlayerConfig({
  1. Map<String, String>? headers,
})

Implementation

const WPVideoPlayerConfig({
  this.headers,
});