stopVideoRecording method

Future<XFile> stopVideoRecording(
  1. int cameraId
)

Stops the video recording and returns the file where it was saved.

Implementation

Future<XFile> stopVideoRecording(int cameraId) {
  throw UnimplementedError('stopVideoRecording() is not implemented.');
}