RawService constructor
RawService({})
Implementation
RawService({
// Parameters for native lib loader
this.dir,
this.file,
// Parameters for handling client
this.timeout = 30,
// Parameters for td api
int? this.newVerbosityLevel,
// Event handlers
this.onStreamError,
this.onReceive,
}) {
_client = Client(dir: dir, file: file);
}