loginWithWechatCode method
ResponseFuture<UserLoginResponse>
loginWithWechatCode(
- StringValue request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$11.UserLoginResponse> loginWithWechatCode($2.StringValue request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$loginWithWechatCode, request, options: options);
}