resetTags static method

Future<void> resetTags()

Manually removes all tags of reported feedback, bug or crash.

Implementation

static Future<void> resetTags() async {
  return _host.resetTags();
}