Get the value from kv store.
@MPI(name: "mesh.kv.get") Future<Body?> get(String key, {Context? ctx}) { throw UnimplementedError('get() has not been implemented.'); }