removeEventProperty abstract method

Future<void> removeEventProperty({
  1. required String name,
})

Removes a single property from the collection of event-wide properties.

The name parameter is the key of the property to be removed. This should correspond to the key from the Map passed to addEventProperties.

Implementation

Future<void> removeEventProperty({required String name});