appendTags static method

Future<void> appendTags(
  1. List<String> tags
)

Appends a set of tags to previously added tags of reported feedback, bug or crash.

Implementation

static Future<void> appendTags(List<String> tags) async {
  return _host.appendTags(tags);
}