feat: Begin work on the OmemoManager interface

This commit is contained in:
2022-12-25 22:13:08 +01:00
parent 06707d1a34
commit b48665c357
10 changed files with 877 additions and 16 deletions

View File

@@ -3,7 +3,6 @@ import 'package:omemo_dart/src/protobuf/omemo_authenticated_message.dart';
import 'package:omemo_dart/src/protobuf/protobuf.dart';
class OmemoKeyExchange {
OmemoKeyExchange();
factory OmemoKeyExchange.fromBuffer(List<int> data) {