getCameraState method

Future<CameraState> getCameraState()

Returns the current camera state.

Implementation

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