InstrumentClient class

Constructors

InstrumentClient(Instrument instrument, String domain, String registryKey)

Properties

domain String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
instrument Instrument
final
instrumentRepository ↔ InstrumentRepository
getter/setter pair
registryKey String?
finalinherited
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
requestVouchers(List<Voucher> vouchers) Future<WomCreationResponse>
toString() String
A string representation of this object.
inherited
verifyRequest(WomCreationResponse requestWomCreationResponse) Future<bool>

Operators

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

Static Methods

authenticate(String username, String password, String domain) Future<InstrumentUser>