isVideoRecordingAndImageAnalysisSupported static method

Future<bool> isVideoRecordingAndImageAnalysisSupported(
  1. SensorPosition sensor
)

Implementation

static Future<bool> isVideoRecordingAndImageAnalysisSupported(
  SensorPosition sensor,
) {
  return CameraInterface().isVideoRecordingAndImageAnalysisSupported(
      PigeonSensorPosition.values.byName(sensor.name));
}