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