switchCamera method

void switchCamera()

Implementation

void switchCamera() {
  if (_localStream != null) {
    _localStream?.getVideoTracks()[0].switchCamera();
  }
}