getAvailableCameras method
Returns the list of available cameras on the device.
Implementation
List<CameraDescription>? getAvailableCameras() {
return _cameras;
}
Returns the list of available cameras on the device.
List<CameraDescription>? getAvailableCameras() {
return _cameras;
}