addEventProperties abstract method
Adds a collection of properties to be associated with all future events.
Supported types for properties:
All other types will be ignored.
Implementation
Future<void> addEventProperties({required Map<String, dynamic> properties});