FaceAuthenticator constructor

FaceAuthenticator({
  1. required String mobileToken,
  2. required String personId,
})

Implementation

FaceAuthenticator({required this.mobileToken, required this.personId});