MediaCapture.success constructor

MediaCapture.success({
  1. Exception? exception,
  2. required String filePath,
})

Implementation

MediaCapture.success({
  this.exception,
  required this.filePath,
})  : status = MediaCaptureStatus.success,
      videoState = VideoState.stopped;