AtAsync constructor

const AtAsync(
  1. KeepAsyncKey key()
)

Declares a class field as kept at key. For async storage.

For sync storage use At.

Implementation

const AtAsync(this.key);