shouldAutoCapture static method

bool shouldAutoCapture(
  1. bool autoCapture
)

Implementation

static bool shouldAutoCapture(bool autoCapture) {
  return false;
}