setUserData static method

Future<void> setUserData(
  1. String userData
)

Adds specific user data that you need to be added to the reports userData data to be added

Implementation

static Future<void> setUserData(String userData) async {
  return _host.setUserData(userData);
}