LogUseCase constructor

LogUseCase(
  1. EncryptionService _encryptionService,
  2. LocalDatabase _database,
  3. WebSocketClient _webSocketClient,
  4. bool encryptionEnabled,
  5. String httpUrl,
)

Implementation

LogUseCase(this._encryptionService, this._database, this._webSocketClient, this.encryptionEnabled, this.httpUrl);