iUpdateBufferListInteger method
Implementation
@override
Future<int> iUpdateBufferListInteger(List<int> data) async {
final ret = await methodChannel.invokeMethod(
PluginFunctionInterfaceConstants.PRINTER_I_UPDATE_BUFFER_BYTE_ARRAY,
data);
return ret;
}