iFlushBuffer method

  1. @override
Future<int> iFlushBuffer()
override

Implementation

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