AFUIVerifyDelegate typedef

AFUIVerifyDelegate = void Function(AFUIVerifyContext context)

Delegate used to verify outcomes in UI tests

Implementation

typedef AFUIVerifyDelegate = void Function(AFUIVerifyContext context);