loginWithWechatCode method

ResponseFuture<UserLoginResponse> loginWithWechatCode(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$8.UserLoginResponse> loginWithWechatCode(
    $0.StringValue request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$loginWithWechatCode, request, options: options);
}