Returns whether there is contents at the given relative path.
path
@override Future<bool> existsAt(String path) => Future.value(files[path] != null);