HardwareServiceBase class abstract

Constructors

HardwareServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
claim(ServiceCall call, ClaimRequest request) Future<ClaimResponse>
claim_Pre(ServiceCall call, Future<ClaimRequest> request) Future<ClaimResponse>
getActiveDeviceID(ServiceCall call, GetActiveDeviceIDRequest request) Future<GetActiveDeviceIDResponse>
getActiveDeviceID_Pre(ServiceCall call, Future<GetActiveDeviceIDRequest> request) Future<GetActiveDeviceIDResponse>
hardwareEvents(ServiceCall call, HardwareEventsRequest request) Stream<HardwareEventsResponse>
hardwareEvents_Pre(ServiceCall call, Future<HardwareEventsRequest> request) Stream<HardwareEventsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ServiceCall call, ReplaceRequest request) Future<ReplaceResponse>
replace_Pre(ServiceCall call, Future<ReplaceRequest> request) Future<ReplaceResponse>
toString() String
A string representation of this object.
inherited

Operators

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