commitPrinterBufferWithCallback method

  1. @override
Future<bool?> commitPrinterBufferWithCallback()
override

Implementation

@override
Future<bool?> commitPrinterBufferWithCallback() async {
  return await methodChannel
      .invokeMethod<bool>('commitPrinterBufferWithCallback');
}