removeEventProperty abstract method
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});