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