setCurrentUIKey method

void setCurrentUIKey(
  1. String value
)

Implementation

void setCurrentUIKey(String value) {
  _currentUIKey = value;
}