setGlobalProperties method
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.');
}