actionPrintImage method

dynamic actionPrintImage(
  1. Uint8List image,
  2. int width
)

Implementation

actionPrintImage(Uint8List image, int width) {
  _actions.add({'action': 'printImage', 'image': image, 'width': width});
}