find method

T find()

Get the instance (throws if not found)

Implementation

T find() => _targetScope.findRequired<T>(tag: tag);