getEntry abstract method

Future<E?> getEntry(
  1. String name,
  2. String key
)

Returns the partition entry specified by key.

  • name: The partition name
  • key: The key

Implementation

Future<E?> getEntry(String name, String key);