loadCameras method

dynamic loadCameras()

Implementation

loadCameras() async {
  state.cameras = await availableCameras();
}