setUserProperties property

void Function({String? userEmail, String? userId}) setUserProperties

Use this method to provide custom userId and userEmail to the feedback.

The userEmail parameter can be used to prefill the email input field but it's up to the user to decide if he want's to include his email with the feedback.

Implementation

void Function({
  String? userId,
  String? userEmail,
}) get setUserProperties => _setUserProperties;