set abstract method

FutureOr<void> set(
  1. String instance,
  2. String serializedKey
)

The serializedKey is sensitive, and may be stored encrypted.

Implementation

FutureOr<void> set(String instance, String serializedKey);