DaHuaPlayer constructor

const DaHuaPlayer({
  1. Key? key,
  2. required DaHuaPlayerController controller,
})

Implementation

const DaHuaPlayer({Key? key, required this.controller}) : super(key: key);