removeAttribute method

void removeAttribute(
  1. String name
)

Removes an already added attribute from the Traces.

Implementation

void removeAttribute(String name) {
  throw UnimplementedError('removeAttribute() is not implemented');
}