getAllCameraDevices static method

Future<List<CameraDevice>> getAllCameraDevices()

Retrieve information for available CameraDevices.

Implementation

static Future<List<CameraDevice>> getAllCameraDevices() =>
    PenguinCameraPlatform.instance.getAllCameraDevices();