Future<void> printBitmap(Uint8List bitmap) async { await _methodChannel.invokeMethod("printBitmap", bitmap); }