Set the id of the user within the analytics service
@override Future<void> setUserId(String? id) { if (kDebugMode) { print('Set user ID: $id'); } return Future.value(); }