pickle method

String pickle(
  1. String key
)

Implementation

String pickle(String key) {
  return _pickle(olm_pickle_account_length, olm_pickle_account, _inst, key);
}