Print a bitmap file
Future<bool> printBitmap(String filePath) { return XprinterPlatform.instance.printBitmap(filePath); }