printFile method

  1. @override
Future<void> printFile(
  1. Uint8List bytes
)
override

Implementation

@override
Future<void> printFile(Uint8List bytes) async {
  await methodChannel.invokeMethod('printImage', {'bytes': bytes});
}