setAttributes static method

Future<void> setAttributes(
  1. Attributes attributes
)

Implementation

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