VideoApp constructor

const VideoApp({
  1. Key? key,
  2. required String videoUrl,
  3. required String serverUrl,
})

Implementation

const VideoApp({super.key, required this.videoUrl, required this.serverUrl});