setDefaultTags method

void setDefaultTags(
  1. List<String> tags
)

Use this function to set the basic set of tags to be set for the logs raised from the client side

Implementation

void setDefaultTags(List<String> tags) => _defaultTags.setAll(0, tags);