createCollection abstract method
Creates a Collection with the given name
in the specified scope
.
If the Collection already exists, the existing collection will be returned.
Implementation
@override
SyncCollection createCollection(
String name, [
String scope = Scope.defaultName,
]);