setTag method

  1. @override
void setTag(
  1. String key,
  2. dynamic value
)
override

Tags this span with the current key-value pair.

Implementation

@override
void setTag(String key, dynamic value) {}