collection abstract method

  1. @override
Future<AsyncCollection?> collection(
  1. String name, [
  2. String scope = Scope.defaultName
])
override

Returns the Collection with the given name in the given scope.

Returns null if the collection does not exist.

Implementation

@override
Future<AsyncCollection?> collection(
  String name, [
  String scope = Scope.defaultName,
]);