attributes method

Future<InstrumentationEventBuilder> attributes(
  1. Map<String, dynamic>? attributes
)

Implementation

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