collections abstract method

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

Returns all the Collections in the given scope.

Implementation

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