SetLogStream constructor

const SetLogStream({
  1. required LogStream logStream,
})

Sets new log stream for internal logging of TDLib. Can be called synchronously

Implementation

const SetLogStream({
  required this.logStream,
});