updateCcsid static method
Called to updated ccsid with the passed in object
Implementation
static updateCcsid(Tokeys tokeys) {
tokeys._saveToLocal(isForCompliance: true);
LocalStore.instance._ccsid = tokeys;
}
Called to updated ccsid with the passed in object
static updateCcsid(Tokeys tokeys) {
tokeys._saveToLocal(isForCompliance: true);
LocalStore.instance._ccsid = tokeys;
}