PamIdentityMismatchHandler typedef
PamIdentityMismatchHandler =
FutureOr<void> Function(PamIdentityMismatch mismatch)
Implementation
typedef PamIdentityMismatchHandler = FutureOr<void> Function(
PamIdentityMismatch mismatch);