openWebCam method

Future<void> openWebCam()

sudo apt install cheese

Implementation

Future<void> openWebCam() async {
  Process.run("cheese", []);
}