UserManagerServiceBase class abstract

Annotations
  • @GrpcServiceName('pb.UserManager')

Constructors

UserManagerServiceBase()

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
bindWithWechatCode(ServiceCall call, StringValue request) Future<OperationResponse>
bindWithWechatCode_Pre(ServiceCall call, Future<StringValue> request) Future<OperationResponse>
getAllConfig(ServiceCall call, Empty request) Future<StringValue>
getAllConfig_Pre(ServiceCall call, Future<Empty> request) Future<StringValue>
getUserInfo(ServiceCall call, Empty request) Future<UserInfo>
getUserInfo_Pre(ServiceCall call, Future<Empty> request) Future<UserInfo>
getUserWechatInfoByCode(ServiceCall call, StringValue request) Future<WechatUserInfo>
getUserWechatInfoByCode_Pre(ServiceCall call, Future<StringValue> request) Future<WechatUserInfo>
loginWithUserLoginInfo(ServiceCall call, LoginInfo request) Future<UserLoginResponse>
loginWithUserLoginInfo_Pre(ServiceCall call, Future<LoginInfo> request) Future<UserLoginResponse>
loginWithWechatCode(ServiceCall call, StringValue request) Future<UserLoginResponse>
loginWithWechatCode_Pre(ServiceCall call, Future<StringValue> request) Future<UserLoginResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerUserWithLoginInfo(ServiceCall call, LoginInfo request) Future<OperationResponse>
registerUserWithLoginInfo_Pre(ServiceCall call, Future<LoginInfo> request) Future<OperationResponse>
toString() String
A string representation of this object.
inherited
unbindWechat(ServiceCall call, Empty request) Future<OperationResponse>
unbindWechat_Pre(ServiceCall call, Future<Empty> request) Future<OperationResponse>
updateUserAvatar(ServiceCall call, UpdateAvatar request) Future<OperationResponse>
updateUserAvatar_Pre(ServiceCall call, Future<UpdateAvatar> request) Future<OperationResponse>
updateUserEmail(ServiceCall call, StringValue request) Future<OperationResponse>
updateUserEmail_Pre(ServiceCall call, Future<StringValue> request) Future<OperationResponse>
updateUserMobile(ServiceCall call, StringValue request) Future<OperationResponse>
updateUserMobile_Pre(ServiceCall call, Future<StringValue> request) Future<OperationResponse>
updateUserName(ServiceCall call, StringValue request) Future<OperationResponse>
updateUserName_Pre(ServiceCall call, Future<StringValue> request) Future<OperationResponse>
updateUserPassword(ServiceCall call, StringValue request) Future<OperationResponse>
updateUserPassword_Pre(ServiceCall call, Future<StringValue> request) Future<OperationResponse>

Operators

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