VerificationEvent.faceImageCaptured constructor

const VerificationEvent.faceImageCaptured(
  1. String? faceImage
)

Implementation

const factory VerificationEvent.faceImageCaptured(String? faceImage) =
    FaceImageCaptured;