FutureProxyStore<T> constructor

FutureProxyStore<T>(
  1. Future<PersistentStore<T>> store
)

Implementation

FutureProxyStore(this.store);