printImage method

Future printImage(
  1. String pathImage
)

printImage(String pathImage)

Implementation

Future<dynamic> printImage(String pathImage) =>
    _channel.invokeMethod('printImage', {'pathImage': pathImage});