NetworkAgentPrintConnector class
Sends encoded bytes to a local print-agent webhook (Chrome/web → TCP/IP).
- Implemented types
Constructors
- NetworkAgentPrintConnector({required String baseUrl, required String host, int port = 9100, Client? client})
Properties
Methods
-
connect(
{Duration timeout = const Duration(seconds: 15)}) → Future< void> -
override
-
disconnect(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
Uint8List data) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited