scope abstract method

  1. @override
SyncScope? scope(
  1. String name
)
override

Returns the Scope with the given name.

Returns null if there is not at least one collection in the scope.

Implementation

@override
SyncScope? scope(String name);