attributes method
Implementation
Future<InstrumentationEventBuilder> attributes(
final Map<String, dynamic>? attributes) =>
_plugin.attributes(this, attributes).then((value) => this);
Future<InstrumentationEventBuilder> attributes(
final Map<String, dynamic>? attributes) =>
_plugin.attributes(this, attributes).then((value) => this);