collections abstract method

  1. @override
Future<List<AsyncCollection>> collections([
  1. String scope = Scope.defaultName
])
override

Returns all the Collections in the given scope.

Implementation

@override
Future<List<AsyncCollection>> collections([String scope = Scope.defaultName]);