currentId static method

String currentId()

Get the current theme ID.

Implementation

static String currentId() {
  return NyThemeManager.instance.currentThemeId;
}