sSwitchCameraLensDirectionLabel method

String sSwitchCameraLensDirectionLabel(
  1. CameraLensDirection value
)

Implementation

String sSwitchCameraLensDirectionLabel(CameraLensDirection value) {
  return '切换至${sCameraLensDirectionLabel(value)}摄像头';
}