isPrinterConnected property

bool get isPrinterConnected

true if the printer is currently connected.

Implementation

bool get isPrinterConnected => _connectionManager.isConnected;