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