flipSortOrder method

  1. @override
SnapshotEmitterInternal<Map<String, DocumentReference?>> flipSortOrder()

Implementation

@override
SnapshotEmitterInternal<Map<String, DocumentReference?>> flipSortOrder() {
  _queryBuilder.flipSortOrder();
  return this;
}