onVideoRecordedEvent method

Stream<VideoRecordedEvent> onVideoRecordedEvent(
  1. int cameraId
)

The camera finished recording a video.

Implementation

Stream<VideoRecordedEvent> onVideoRecordedEvent(int cameraId) {
  throw UnimplementedError('onCameraTimeLimitReached() is not implemented.');
}