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