undeleteMessageById method
Implementation
Future<EncryptedMessage> undeleteMessageById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.messageBasic.undeleteMessageById(
_sdkId,
id,
rev,
);
}
Future<EncryptedMessage> undeleteMessageById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.messageBasic.undeleteMessageById(
_sdkId,
id,
rev,
);
}