switchCamera method

Future switchCamera()

This method is used to switch the camera.

Implementation

Future switchCamera() async {
  throw UnimplementedError('switchCamera has not been implemented.');
}