AppAccountGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.AppAccountGRPC')

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
changeName(ServiceCall call, AppAccountProto_ChangeNameRequest request) Future<Empty>
changeName_Pre(ServiceCall $call, Future<AppAccountProto_ChangeNameRequest> $request) Future<Empty>
changePsk(ServiceCall call, AppAccountProto_ChangePskRequest request) Future<Empty>
changePsk_Pre(ServiceCall $call, Future<AppAccountProto_ChangePskRequest> $request) Future<Empty>
finishRegisterMobile(ServiceCall call, AppAccountProto_FinishRegisterMobileRequest request) Future<AccountProto>
finishRegisterMobile_Pre(ServiceCall $call, Future<AppAccountProto_FinishRegisterMobileRequest> $request) Future<AccountProto>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerClient(ServiceCall call, AppAccountProto_ModifyClientRequest request) Future<Empty>
registerClient_Pre(ServiceCall $call, Future<AppAccountProto_ModifyClientRequest> $request) Future<Empty>
removeMobile(ServiceCall call, AppAccountProto_RemoveMobileRequest request) Future<Empty>
removeMobile_Pre(ServiceCall $call, Future<AppAccountProto_RemoveMobileRequest> $request) Future<Empty>
toString() String
A string representation of this object.
inherited
unRegisterClient(ServiceCall call, AppAccountProto_ModifyClientRequest request) Future<Empty>
unRegisterClient_Pre(ServiceCall $call, Future<AppAccountProto_ModifyClientRequest> $request) Future<Empty>

Operators

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