setGlobalProperties method

Future<void> setGlobalProperties(
  1. Map<String, Object?> properties
)

Merges properties into the properties attached to every future track event. A null value removes the property.

Implementation

Future<void> setGlobalProperties(Map<String, Object?> properties) {
  throw UnimplementedError('setGlobalProperties() has not been implemented.');
}