LogUseCase constructor
LogUseCase(
- EncryptionService _encryptionService,
- LocalDatabase _database,
- WebSocketClient _webSocketClient,
- bool encryptionEnabled,
- String httpUrl,
Implementation
LogUseCase(this._encryptionService, this._database, this._webSocketClient, this.encryptionEnabled, this.httpUrl);