storeUserCrossSigningKey abstract method

Future storeUserCrossSigningKey(
  1. String userId,
  2. String publicKey,
  3. String content,
  4. bool verified,
  5. bool blocked,
)

Implementation

Future storeUserCrossSigningKey(
  String userId,
  String publicKey,
  String content,
  bool verified,
  bool blocked,
);