MilestonePrinter class

Constructors

MilestonePrinter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

controller StreamController<MilestoneState>
getter/setter pair

Static Methods

connect(List<String> ips) → void
cut(List<String> ips) → void
disconnect(List<String> ips) → void
dispose() → void
getConnectedPrinters() Future<List<String>?>
init() → void
isConnected(String ip) Future<bool?>
methodHandler(MethodCall call) Future<void>
print(List<String> ips, List<int> bytes) → void