getCameraState method

Future<CameraState> getCameraState()

The current state of the snapshotter camera.

Implementation

Future<CameraState> getCameraState() =>
    _snapshotterMessenger.getCameraState();