Example #1
0
 public void StoreSignedPreKey(uint signedPreKeyId, SignedPreKeyRecord record)
 {
     LibsignalDBContext.StoreSignedPreKey(signedPreKeyId, record);
 }