ConnectionService constructor

ConnectionService(
  1. ConnectionOptions _options
)

Connection options is required. Defining callbacks is not necessary

Implementation

ConnectionService(this._options) {
  _loggerService = GetIt.I.get<LoggerService>();
}