switchCamera static method

void switchCamera(
  1. bool frontCamera
)

Implementation

static void switchCamera(bool frontCamera) {
  _engineSDK.Dart_SwitchCamera(_deviceManagerFFIPointer!, frontCamera);
}