session_key method

String session_key()

Implementation

String session_key() {
  return _readStr(olm_outbound_group_session_key_length,
      olm_outbound_group_session_key, _inst);
}