storeSSSSCache abstract method

Future storeSSSSCache(
  1. String type,
  2. String keyId,
  3. String ciphertext,
  4. String content,
)

Implementation

Future storeSSSSCache(
  String type,
  String keyId,
  String ciphertext,
  String content,
);