verificationParamBuilder property
This callback will be executed every time the user fetch new notifications This is useful to provide a custom way to pass any data required in order to filter user's notification, some time backend requires the user to pass the ID, This would be the way to do it
Implementation
final VerificationParamBuilder? verificationParamBuilder;