setAttributes static method
Implementation
static Future<void> setAttributes(Attributes attributes) async {
return _channel.invokeMethod('setAttributes', attributes.toMap());
}
static Future<void> setAttributes(Attributes attributes) async {
return _channel.invokeMethod('setAttributes', attributes.toMap());
}