printBitmap method

Future<bool> printBitmap(
  1. String filePath
)

Print a bitmap file

Implementation

Future<bool> printBitmap(String filePath) {
  throw UnimplementedError('printBitmap() has not been implemented.');
}