getOlmSessions abstract method

Future<List<OlmSession>> getOlmSessions(
  1. String identityKey,
  2. String userId
)

Implementation

Future<List<OlmSession>> getOlmSessions(
  String identityKey,
  String userId,
);