connectionState property
Stream<PrinterConnectionState>
get
connectionState
Stream of connection state changes.
Implementation
Stream<PrinterConnectionState> get connectionState {
throw UnimplementedError('connectionState has not been implemented.');
}