addUserProperties abstract method
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});