CapturePhoto constructor

  1. @visibleForTesting
CapturePhoto(
  1. Uint8List? fileDataRepresentation
)

Construct a CapturePhoto.

Implementation

@visibleForTesting
CapturePhoto(this.fileDataRepresentation);