addEventProperties abstract method

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

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});