updateProfileInformation method
ResponseFuture<HeraResponse>
updateProfileInformation(
- HeraRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.HeraResponse> updateProfileInformation(
$0.HeraRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateProfileInformation, request,
options: options);
}