FirmwareGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.FirmwareGRPC')

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
create(ServiceCall call, FirmwareProto_CreateRequest request) Future<FirmwareProto>
create_Pre(ServiceCall $call, Future<FirmwareProto_CreateRequest> $request) Future<FirmwareProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, FirmwareProto_RetrieveRequest request) Future<FirmwareProto>
retrieve_Pre(ServiceCall $call, Future<FirmwareProto_RetrieveRequest> $request) Future<FirmwareProto>
search_Pre(ServiceCall $call, Future<FirmwareProto_SearchRequest> $request) Future<FirmwareProto_SearchReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, FirmwareProto_UpdateRequest request) Future<FirmwareProto>
update_Pre(ServiceCall $call, Future<FirmwareProto_UpdateRequest> $request) Future<FirmwareProto>

Operators

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