onCameraClosing method

Stream<CameraClosingEvent> onCameraClosing(
  1. int cameraId
)

The camera started to close.

Implementation

Stream<CameraClosingEvent> onCameraClosing(int cameraId) {
  throw UnimplementedError('onCameraClosing() is not implemented.');
}