TakePhotoCallback typedef

TakePhotoCallback = void Function({required ImageDocumentType documentType})

Implementation

typedef TakePhotoCallback = void Function(
    {required ImageDocumentType documentType});