storeInboundGroupSession abstract method

Future storeInboundGroupSession(
  1. String roomId,
  2. String sessionId,
  3. String pickle,
  4. String content,
  5. String indexes,
  6. String allowedAtIndex,
  7. String senderKey,
  8. String senderClaimedKey,
)

Implementation

Future storeInboundGroupSession(
  String roomId,
  String sessionId,
  String pickle,
  String content,
  String indexes,
  String allowedAtIndex,
  String senderKey,
  String senderClaimedKey,
);