createPendingUser method

ResponseFuture<PendingUserResponse> createPendingUser(
  1. PendingUserRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.PendingUserResponse> createPendingUser($9.PendingUserRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createPendingUser, request, options: options);
}