printCommand abstract method

Future<bool> printCommand({
  1. String address = "",
  2. String iniCommand = "",
  3. String cutterCommands = "",
  4. String img = "",
  5. String encode = "",
  6. bool isCut = false,
  7. bool isDisconnect = false,
  8. bool isDevicePOS = false,
  9. bool isDelay = true,
  10. int timeout = 30,
  11. 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,
    bool isDelay = true,
    int timeout = 30,
    int width = 576});