scope abstract method

  1. @override
Future<AsyncScope?> 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
Future<AsyncScope?> scope(String name);