Whether anything has been written at ref.
ref
@override Future<bool> exists(String ref) async => await _fileHandle( ref, create: false, ) != null;