Server constructor
Server({})
base class for making http requestServer
Implementation
Server(
{required this.key,
this.timeout = 55,
this.isFull = false,
this.onFinishDownload,
this.header});
base class for making http requestServer
Server(
{required this.key,
this.timeout = 55,
this.isFull = false,
this.onFinishDownload,
this.header});