setScreenTag static method

void setScreenTag(
  1. BuildContext context,
  2. String tag
)

Implementation

static void setScreenTag(BuildContext context, String tag) {
  _currentScreenContext = context;
  _currentScreenTag = tag;
}