CameraAndroidOnly constructor

CameraAndroidOnly({
  1. bool? isTakeVideo,
  2. required int timeEnd,
  3. bool? direct,
})

Implementation

CameraAndroidOnly({this.isTakeVideo, required this.timeEnd, this.direct});