BioAuthnCallback typedef

BioAuthnCallback = void Function(BioAuthnEvent? event, {int? errCode, HmsBioAuthnResult? result})

Implementation

typedef BioAuthnCallback = void Function(BioAuthnEvent? event,
    {HmsBioAuthnResult? result, int? errCode});