storeOutboundGroupSession abstract method

Future storeOutboundGroupSession(
  1. String roomId,
  2. String pickle,
  3. String deviceIds,
  4. int creationTime,
)

Implementation

Future storeOutboundGroupSession(
  String roomId,
  String pickle,
  String deviceIds,
  int creationTime,
);