remove abstract method

Future<void> remove(
  1. String name,
  2. String key
)

Removes the partition entry by key.

  • name: The partition name
  • key: The partition key

Implementation

Future<void> remove(String name, String key);