Remove the kv store.
@MPI(name: "mesh.kv.remove") Future<void> remove(String key, {Context? ctx}) { throw UnimplementedError('remove() has not been implemented.'); }