printImage method

Future<int> printImage(
  1. String prt,
  2. String imagePath
)

Implementation

Future<int> printImage(String prt, String imagePath) {
  throw UnimplementedError('printImage() has not been implemented.');
}