requestCapture method

Future<void> requestCapture()

Request capture event asynchronously (regardless of whether there is a face detected or not).

Implementation

Future<void> requestCapture() {
  return _component.requestCapture();
}