VerifyCallback typedef

VerifyCallback = void Function(AttributeType type, String code)

Implementation

typedef VerifyCallback = void Function(
  AttributeType type,
  String code,
);