SocketCamView constructor

const SocketCamView({
  1. Key? key,
  2. required CaptureHelperDevice device,
})

Implementation

const SocketCamView({super.key, required this.device});