start method

Future<void> start()

Start the face auto capture process.

Implementation

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