getAllHmacKeys method
Aggregate HMAC keys for every conversation the client knows about (including
stitched duplicate DMs). Each entry: {topic: String, hmacKey: Uint8List, thirtyDayPeriodsSinceEpoch: int}. libxmtp returns 3 keys per conversation
(prior / current / next epoch). Feed these to the notif server's
subscribeWithMetadata so it can filter listener traffic without breaking E2E.
Implementation
Future<List<Map<String, dynamic>>> getAllHmacKeys() {
throw UnimplementedError('getAllHmacKeys() has not been implemented.');
}