getCameraState method
Returns the current camera state
.
Implementation
Future<CameraState> getCameraState() => _cameraManager.getCameraState();
Returns the current camera state
.
Future<CameraState> getCameraState() => _cameraManager.getCameraState();