updateCcsid static method

dynamic updateCcsid(
  1. Tokeys tokeys
)

Called to updated ccsid with the passed in object

Implementation

static updateCcsid(Tokeys tokeys) {
  tokeys._saveToLocal(isForCompliance: true);
  LocalStore.instance._ccsid = tokeys;
}