getUsernameProof method

ResponseFuture<UserNameProof> getUsernameProof(
  1. UsernameProofRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.UserNameProof> getUsernameProof($1.UsernameProofRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getUsernameProof, request, options: options);
}