labelPrintBitmap method
Implementation
@override
Future<void> labelPrintBitmap(Uint8List bitmap, int width, int height) async {
await methodChannel.invokeMethod<void>('labelPrintBitmap',
{"bitmap": bitmap, "width": width, "height": height});
}