menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
DatabaseApi
getOlmSessionsForDevices abstract method
getOlmSessionsForDevices abstract method
dark_mode
light_mode
getOlmSessionsForDevices
abstract method
Future
<
List
<
OlmSession
>
>
getOlmSessionsForDevices
(
List
<
String
>
identityKeys
,
String
userId
)
Implementation
Future<List<OlmSession>> getOlmSessionsForDevices( List<String> identityKeys, String userId, );
sendingnetwork_dart_sdk package
documentation
sdn
DatabaseApi
getOlmSessionsForDevices abstract method
DatabaseApi class