setUserId abstract method

Future<void> setUserId(
  1. String? id
)

Set the id of the user within the analytics service

Implementation

Future<void> setUserId(String? id);