VideoPlayerRF constructor

VideoPlayerRF({
  1. bool fromNetwork = true,
  2. String? url,
  3. bool? fullScreen,
  4. Function? listener,
})

Implementation

VideoPlayerRF(
    {this.fromNetwork = true, this.url, this.fullScreen, this.listener});