findOrNull method
T?
findOrNull()
Find the instance (returns null if not found)
Implementation
T? findOrNull() => _targetScope.find<T>(tag: tag);
Find the instance (returns null if not found)
T? findOrNull() => _targetScope.find<T>(tag: tag);