updateProfileInformation method

ResponseFuture<HeraResponse> updateProfileInformation(
  1. HeraRequest request, {
  2. CallOptions? options,
})

Implementation

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