disconnect method

Future<bool?> disconnect()

Implementation

Future<bool?> disconnect() {
  return CsnPrinterSdkPlatform.instance.disconnect();
}