one_time_keys method

String one_time_keys()

Implementation

String one_time_keys() {
  return _readStr(
      olm_account_one_time_keys_length, olm_account_one_time_keys, _inst);
}