setAttribute method

Future<void> setAttribute(
  1. String tag,
  2. String tagValue
)

Implementation

Future<void> setAttribute(String tag, String tagValue) => channel
    .invokeMethod<void>("setAttribute", {"tag": tag, "tagValue": tagValue});