stopInputListener static method

Future stopInputListener(
  1. StarXpandPrinter printer,
  2. String guid
)

Implementation

static Future stopInputListener(StarXpandPrinter printer, String guid) async {
  await _channel.invokeMethod(
      'stopInputListener', {"callback": guid, "printer": printer.toMap()});

  _removeCallbackHandler(guid);
}