unregisterHandlers method

void unregisterHandlers()

Implementation

void unregisterHandlers() {
  implementations.channelCapturePhotoOutput.removeHandler();

  implementations.channelCapturePhotoSettings.removeHandler();

  implementations.channelCapturePhotoCaptureDelegate.removeHandler();

  implementations.channelCaptureOutput.removeHandler();

  implementations.channelCapturePhoto.removeHandler();

  implementations.channelCaptureDeviceInput.removeHandler();

  implementations.channelCaptureInput.removeHandler();

  implementations.channelCaptureSession.removeHandler();

  implementations.channelCaptureDevice.removeHandler();

  implementations.channelCaptureDeviceDiscoverySession.removeHandler();

  implementations.channelPreviewController.removeHandler();

  implementations.channelCaptureFileOutput.removeHandler();

  implementations.channelCaptureMovieFileOutput.removeHandler();

  implementations.channelCaptureFileOutputRecordingDelegate.removeHandler();

  implementations.channelCaptureConnection.removeHandler();

  implementations.channelCaptureInputPort.removeHandler();

  implementations.channelFinishProcessingPhotoCallback.removeHandler();
}