changeCamera abstract method

Future<void> changeCamera(
  1. CameraType cameraType
)

Switches the camera to the specified CameraType.

Returns a Future that completes when the camera has been changed.

Implementation

Future<void> changeCamera(CameraType cameraType);