Whether the scoped key exists.
Future<bool> exists(String path) { validateKey(path); return _backend.exists(key(path)); }