@override Future<int> iFlushBuffer() async { final ret = await methodChannel .invokeMethod(PluginFunctionInterfaceConstants.PRINTER_I_FLUSH_BUFFER); return ret; }