VapPlayerView constructor

const VapPlayerView({
  1. Key? key,
  2. required PlayEndCallback playEndCallback,
})

Implementation

const VapPlayerView({super.key, required this.playEndCallback});