exitPrinterBufferWithCallback method
Implementation
@override
Future<bool?> exitPrinterBufferWithCallback(bool isCommit) async {
return await methodChannel.invokeMethod<bool>(
'exitPrinterBufferWithCallback', {"isCommit": isCommit});
}
@override
Future<bool?> exitPrinterBufferWithCallback(bool isCommit) async {
return await methodChannel.invokeMethod<bool>(
'exitPrinterBufferWithCallback', {"isCommit": isCommit});
}