sendUserAttributes method

Future<void> sendUserAttributes({
  1. required Map<String, dynamic> userAttributes,
  2. bool? clearPreviousAttributes,
  3. required TRErrorCallback errorCallback,
})

Implementation

Future<void> sendUserAttributes({
  required Map<String, dynamic> userAttributes,
  bool? clearPreviousAttributes,
  required TRErrorCallback errorCallback,
}) {
  throw UnimplementedError('sendUserAttributes() has not been implemented.');
}