listDevices method

Future<List<CameraMacOSDevice>> listDevices({
  1. CameraMacOSDeviceType? deviceType,
})

Implementation

Future<List<CameraMacOSDevice>> listDevices(
    {CameraMacOSDeviceType? deviceType}) {
  throw UnimplementedError("");
}