initCamera method

dynamic initCamera()

Implementation

initCamera() async {
  camController = await getCameraController();
}