Service<T>.withConnector constructor

*[<Null safety>](https://dart.dev/null-safety)*

Service<T>.withConnector(Connector<T> _connector)

Implementation

Service.withConnector(this._connector) : assert(_connector != null);