close method

Future<void> close()

Close printer connection

Implementation

Future<void> close() {
  return XprinterPlatform.instance.close();
}