Take Photo

Sets photo monitor listener

Long press the watch photo interface to trigger the camera's camera command.

_blePlugin.cameraEveStm.listen(
  (String event) {
    /// Do something with new state
  });

Enable camera view

_blePlugin.enterCameraView;

Exit camera view

_blePlugin.exitCameraView;
Last Updated: