printCommand abstract method
Future<bool>
printCommand(
{ - String address = "",
- String iniCommand = "",
- String cutterCommands = "",
- String img = "",
- String encode = "",
- bool isCut = false,
- bool isDisconnect = false,
- bool isDevicePOS = false,
- int timeout = 30,
- int width = 576,
})
Implementation
Future<bool> printCommand(
{String address = "",
String iniCommand = "",
String cutterCommands = "",
String img = "",
String encode = "",
bool isCut = false,
bool isDisconnect = false,
bool isDevicePOS = false,
int timeout = 30,
int width = 576});