resetTags static method

Future<void> resetTags()

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

Implementation

static Future<void> resetTags() async {
  await _channel.invokeMethod<Object>('resetTags');
}