FlutterThermalPrinterNetwork constructor
FlutterThermalPrinterNetwork(})
Implementation
FlutterThermalPrinterNetwork(
String host, {
int port = 9100,
Duration timeout = const Duration(seconds: 5),
}) {
_host = host;
_port = port;
_timeout = timeout;
}