store<K> abstract method

Future<K> store<K>(
  1. dynamic entity
)

Stores an entity in this Box. The entity is persisted if this Box implementation is persistent.

Implementation

Future<K> store<K>(dynamic entity);