updateTagIndex method

void updateTagIndex(
  1. String tag
)

Implementation

void updateTagIndex(String tag) {
  _indexBarState?._updateTagIndex(tag);
}