switchCamera method

  1. @override
Future<void> switchCamera(
  1. bool isFrontCamera
)
override

Implementation

@override
Future<void> switchCamera(bool isFrontCamera) {
  return txDeviceManager.switchCamera(isFrontCamera);
}