head method

Future<Reference?> head()

Implementation

Future<Reference?> head() async {
  return refStorage.reference(ReferenceName('HEAD'));
}