clear method

void clear()

Remove operation properties from the associated TelemetryContext.properties.

Implementation

void clear() =>
    _contextMap.removeWhere((key, dynamic value) => key.startsWith(_prefix));