collections abstract method

FutureOr<List<Collection>> collections([
  1. String scope = Scope.defaultName
])

Returns all the Collections in the given scope.

Implementation

FutureOr<List<Collection>> collections([String scope = Scope.defaultName]);