VideoCapturingModel constructor

VideoCapturingModel({
  1. required bool isRecording,
  2. String? videoPath,
})

Implementation

VideoCapturingModel({
  required this.isRecording,
  this.videoPath,
});