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
Future<AsyncCollection> createCollection(
String name, [
String scope = Scope.defaultName,
]);