InitiateVerifyCallback typedef
        InitiateVerifyCallback =
     void Function(AttributeType type)
    
    
    
Implementation
typedef InitiateVerifyCallback = void Function(
  AttributeType type,
);typedef InitiateVerifyCallback = void Function(
  AttributeType type,
);