storeOlmSession abstract method

Future storeOlmSession(
  1. String identityKey,
  2. String sessionId,
  3. String pickle,
  4. int lastReceived,
)

Implementation

Future storeOlmSession(
  String identityKey,
  String sessionId,
  String pickle,
  int lastReceived,
);