ConnectionService constructor
ConnectionService(
- ConnectionOptions _options
Connection options is required. Defining callbacks is not necessary
Implementation
ConnectionService(this._options) {
_loggerService = GetIt.I.get<LoggerService>();
}