isPrinterConnected property
bool
get
isPrinterConnected
true if the printer is currently connected.
Implementation
bool get isPrinterConnected => _connectionManager.isConnected;
true if the printer is currently connected.
bool get isPrinterConnected => _connectionManager.isConnected;