find method

T find()

Get the instance (throws if not found)

Implementation

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