addUserProperties abstract method

Future<void> addUserProperties({
  1. required Map<String, dynamic> properties,
})

Adds a collection of properties to be associated with the current user.

Supported types for properties:

All other types will be ignored.

Implementation

Future<void> addUserProperties({required Map<String, dynamic> properties});